dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8d5d99b150e0211a2a864accdef9264da88aa943
parent d5a7d1db737fe941af0ad7da1e62933d31fab67a
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon,  9 Aug 2021 10:20:37 +0200

emacs: custom.el modification

Diffstat:
Memacs/custom.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/custom.el b/emacs/custom.el @@ -8,7 +8,7 @@ '(default-input-method "czech-qwerty") '(package-hidden-regexps '("^I")) '(package-selected-packages - '(helm-ag expand-region elpher sr-speedbar 2048-game vterm notmuch magit lean-mode markdown-mode anki-connect anki-editor doom-themes all-the-icons use-package-ensure which-key use-package org-bullets helm exec-path-from-shell))) + '(edit-indirect helm-ag expand-region elpher sr-speedbar 2048-game vterm notmuch magit lean-mode markdown-mode anki-connect anki-editor doom-themes all-the-icons use-package-ensure which-key use-package org-bullets helm exec-path-from-shell))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.