aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-05 00:07:04 -0800
committerGravatar Tom Willemse2019-03-05 00:07:04 -0800
commit7c93f63a719bba0cec1a9ca4201fba84aa6cbab8 (patch)
tree843210ab722e038da60c5297862fe55e6112c3bf /emacs
parent10e7095e0613ca900a7b5df87ab1b4393d018efe (diff)
downloadnew-dotfiles-7c93f63a719bba0cec1a9ca4201fba84aa6cbab8.tar.gz
new-dotfiles-7c93f63a719bba0cec1a9ca4201fba84aa6cbab8.zip
Move settings to emacs-config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index f631c0e..dba903b 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -37,10 +37,6 @@
(eval-and-compile (package-initialize))
-;;;; Dependencies
-
-(require 'diminish)
-
;;;; Settings
(with-eval-after-load 'forge
@@ -51,9 +47,6 @@
(setq tramp-persistency-file-name
(concat user-emacs-directory "data/tramp")))
-(with-eval-after-load 'paredit
- (diminish 'paredit-mode))
-
;; (with-eval-after-load 'server
;; (diminish 'server-buffer-clients
;; (propertize (concat " " (char-to-string #xf233))