summaryrefslogtreecommitdiffstats
path: root/.emacs
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-05 17:25:51 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-05 17:25:51 +0200
commit76838e0137084ff241cd509587445f4982fafe8f (patch)
tree006d1e5011415552c49f68d59a694c1fc5caf0d0 /.emacs
parentChanged from llvm10 to llvm11 (diff)
downloaddotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.tar.gz
dotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.tar.bz2
dotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.tar.xz
dotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.tar.zst
dotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.zip
Configs update
Diffstat (limited to '')
-rw-r--r--.emacs2
-rw-r--r--.emacs.d/org/config.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index e609782..398e3dd 100644
--- a/.emacs
+++ b/.emacs
@@ -69,7 +69,7 @@
(cons 340 "#676E95")
(cons 360 "#676E95")))
'(vc-annotate-very-old-color nil))
-(load-theme 'doom-palenight)
+(load-theme 'gruvbox-dark-hard)
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
diff --git a/.emacs.d/org/config.org b/.emacs.d/org/config.org
index f6d0671..612cf1c 100644
--- a/.emacs.d/org/config.org
+++ b/.emacs.d/org/config.org
@@ -123,7 +123,7 @@
(require 'evil-mu4e)
(require 'evil-collection)
(evil-mode t)
-;; (evil-collection-init)
+(evil-collection-init)
(setq evil-emacs-state-cursor '("#b16286" box))