aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-04 23:55:11 -0800
committerGravatar Tom Willemse2019-03-04 23:55:11 -0800
commit10e7095e0613ca900a7b5df87ab1b4393d018efe (patch)
tree7c254e5e3b6e07a971b917f6092e72b11d6038ff /emacs
parenta4e8c252c7478f21ab66a841e1e689c1b95b481a (diff)
downloadnew-dotfiles-10e7095e0613ca900a7b5df87ab1b4393d018efe.tar.gz
new-dotfiles-10e7095e0613ca900a7b5df87ab1b4393d018efe.zip
Move settings to emacs-config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 7d2ca86..f631c0e 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -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))