Move settings to emacs-config

This commit is contained in:
Tom Willemse 2019-03-04 23:55:11 -08:00
parent a4e8c252c7
commit 10e7095e06

View file

@ -51,8 +51,6 @@
(setq tramp-persistency-file-name
(concat user-emacs-directory "data/tramp")))
(global-unset-key (kbd "C-z"))
(with-eval-after-load 'paredit
(diminish 'paredit-mode))
@ -61,8 +59,6 @@
;; (propertize (concat " " (char-to-string #xf233))
;; 'face '(:family "Font Awesome" :height 0.75))))
(add-hook 'prog-mode-hook 'goto-address-prog-mode)
(add-to-list 'auto-mode-alist '("\\.targets\\'" . nxml-mode))
(add-to-list 'auto-mode-alist '("\\.proj\\'" . nxml-mode))