dotfiles

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

commit 6dc3843ecebbb88b0184a8483636a48923b966b4
parent 8217a8755ca8a3c7f01d76f31041e123ebaa9951
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 19 Nov 2019 17:47:40 -0500

emacs config


Former-commit-id: 489007dd46c3470be1e0aff16605034233154547
Diffstat:
Memacs/emacs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/emacs/emacs b/emacs/emacs @@ -159,6 +159,7 @@ There are two things you can do about this warning: ("\\?\\?\\?+" . "#dc752f")))) '(indent-tabs-mode nil) '(inhibit-startup-screen t) + '(menu-bar-mode nil) '(org-babel-load-languages (quote ((awk . t) @@ -218,6 +219,7 @@ There are two things you can do about this warning: (quote (htmlize expand-region org-bullets undo-tree helm exec-path-from-shell haskell-mode 2048-game spacemacs-theme magit plan9-theme sml-mode rainbow-mode))) '(pdf-view-midnight-colors (quote ("#655370" . "#fbf8ef"))) + '(tool-bar-mode nil) '(tooltip-mode nil) '(version-control t) '(word-wrap nil)