summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-05-07 19:13:08 +0300
committerLars Wirzenius <liw@liw.fi>2023-05-07 19:13:08 +0300
commit628546b9be2a9d791d03f309f0c7329b3bae6d80 (patch)
treecc54fe63702487aa8154cb3d35aa030ba6da23e7 /emacs.d/init.el
parentba84e716d516686784ff2a759a284452e4f94291 (diff)
downloadliw-dot-files-628546b9be2a9d791d03f309f0c7329b3bae6d80.tar.gz
emacs: don't keep local copies of elisp packages in git
Sponsored-by: author
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index bcaccba..51ae3dc 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -141,11 +141,11 @@
'(add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode))
;; UI theme for Emacs.
-(use-package modus-operandi-theme
- :config
- (setq modus-operandi-theme-slanted-constructs t)
- (setq modus-operandi-theme-bold-constructs t)
- (load-theme 'modus-operandi t))
+;(use-package modus-operandi-theme
+; :config
+; (setq modus-operandi-theme-slanted-constructs t)
+; (setq modus-operandi-theme-bold-constructs t)
+; (load-theme 'modus-operandi t))
;; Show trailing whitespace.
(require 'whitespace)