Move settings to emacs-config
This commit is contained in:
parent
a4e8c252c7
commit
10e7095e06
1 changed files with 0 additions and 4 deletions
|
@ -51,8 +51,6 @@
|
||||||
(setq tramp-persistency-file-name
|
(setq tramp-persistency-file-name
|
||||||
(concat user-emacs-directory "data/tramp")))
|
(concat user-emacs-directory "data/tramp")))
|
||||||
|
|
||||||
(global-unset-key (kbd "C-z"))
|
|
||||||
|
|
||||||
(with-eval-after-load 'paredit
|
(with-eval-after-load 'paredit
|
||||||
(diminish 'paredit-mode))
|
(diminish 'paredit-mode))
|
||||||
|
|
||||||
|
@ -61,8 +59,6 @@
|
||||||
;; (propertize (concat " " (char-to-string #xf233))
|
;; (propertize (concat " " (char-to-string #xf233))
|
||||||
;; 'face '(:family "Font Awesome" :height 0.75))))
|
;; '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 '("\\.targets\\'" . nxml-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.proj\\'" . nxml-mode))
|
(add-to-list 'auto-mode-alist '("\\.proj\\'" . nxml-mode))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue