summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 27a7b7b..5e73a7d 100644
--- a/init.el
+++ b/init.el
@@ -69,6 +69,7 @@
haskell-mode
highlight-escape-sequences
ido-vertical-mode
+ json
magit
markdown-mode
modern-cpp-font-lock
@@ -141,6 +142,9 @@
(require 'setup-yaml-mode)
(require 'setup-yasnippet)
+;; utility globals
+(require 'fetch-includes)
+
;; full power
(put 'downcase-region 'disabled nil)
(put 'upcase-region 'disabled nil)