summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
l---------.emacs.d/.#init.el1
-rw-r--r--.emacs.d/init.el3
2 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/.#init.el b/.emacs.d/.#init.el
deleted file mode 120000
index 518dd98..0000000
--- a/.emacs.d/.#init.el
+++ /dev/null
@@ -1 +0,0 @@
-natecox@framework.121557:1778527978 \ No newline at end of file
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7dbcae0..dc23369 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -53,8 +53,7 @@
(use-package paredit
:ensure t
- :mode (("\\.asm" . paredit-mode)
- ("\\.el" . paredit-mode)))
+ :hook (emacs-lisp-mode asm-mode))
(use-package web-mode
:ensure t