dotfiles

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

commit 40820405487bb8e2d09aefe2b929c25cdc163afa
parent 5b33cef0b54a734adb71c687972b39557f5fc036
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 19 Oct 2019 14:34:33 -0400

emacs config update


Former-commit-id: 3433c180ba11e9f49f9cebc0347e1210d6d80073
Diffstat:
Memacs/emacs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/emacs b/emacs/emacs @@ -143,8 +143,8 @@ There are two things you can do about this warning: ("i" "#+INDEX: ?") ("I" "#+INCLUDE: %file ?")))) '(package-check-signature nil) - '(package-selected-packages (quote (plan9-theme sml-mode))) '(tooltip-mode nil) + '(package-selected-packages (quote (magit plan9-theme sml-mode))) '(version-control t) '(word-wrap nil) '(xterm-mouse-mode t))