summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index a1b762e..205cc1e 100644
--- a/init.el
+++ b/init.el
@@ -101,6 +101,10 @@
(bind-key "<f8>" 'ido-switch-buffer)
(bind-key "<f12>" 'undo-tree-undo)))
+(use-package keyadvice
+ :load-path ,(ravi/emacs-file "site-lisp/keyadvice")
+ )
+
(require 'ravi-init-ido)
(require 'ravi-init-marks)
(require 'ravi-init-appearance)
@@ -113,3 +117,4 @@
(require 'ravi-init-python)
(require 'ravi-init-layouts)
(require 'ravi-init-org)
+(require 'ravi-init-tex)