aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-misc.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-misc.el')
-rw-r--r--.emacs.d/lisp/init-misc.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 184626c..74037ca 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -47,13 +47,6 @@
(gx/maybe-require-package 'rg)
(gx/maybe-require-package 'esup)
-;; appearance
-(gx/maybe-require-package 'atom-one-dark-theme)
-(add-hook 'after-init-hook
- (lambda ()
- (load-theme 'atom-one-dark t)
- (set-face-attribute 'default nil :height 130)))
-
(when (gx/maybe-require-package 'which-key)
(add-hook 'after-init-hook 'which-key-mode))