Move settings to emacs-config
This commit is contained in:
parent
10e7095e06
commit
7c93f63a71
1 changed files with 0 additions and 7 deletions
|
@ -37,10 +37,6 @@
|
||||||
|
|
||||||
(eval-and-compile (package-initialize))
|
(eval-and-compile (package-initialize))
|
||||||
|
|
||||||
;;;; Dependencies
|
|
||||||
|
|
||||||
(require 'diminish)
|
|
||||||
|
|
||||||
;;;; Settings
|
;;;; Settings
|
||||||
|
|
||||||
(with-eval-after-load 'forge
|
(with-eval-after-load 'forge
|
||||||
|
@ -51,9 +47,6 @@
|
||||||
(setq tramp-persistency-file-name
|
(setq tramp-persistency-file-name
|
||||||
(concat user-emacs-directory "data/tramp")))
|
(concat user-emacs-directory "data/tramp")))
|
||||||
|
|
||||||
(with-eval-after-load 'paredit
|
|
||||||
(diminish 'paredit-mode))
|
|
||||||
|
|
||||||
;; (with-eval-after-load 'server
|
;; (with-eval-after-load 'server
|
||||||
;; (diminish 'server-buffer-clients
|
;; (diminish 'server-buffer-clients
|
||||||
;; (propertize (concat " " (char-to-string #xf233))
|
;; (propertize (concat " " (char-to-string #xf233))
|
||||||
|
|
Loading…
Reference in a new issue