summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rwxr-xr-xinit.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.el b/init.el
index f650d35..ad49cf5 100755
--- a/init.el
+++ b/init.el
@@ -1,4 +1,11 @@
; compatibility with some strange packages that were not updated for emacs 24
+
+;; Added by Package.el. This must come before configurations of
+;; installed packages. Don't delete this line. If you don't want it,
+;; just comment it out by adding a semicolon to the start of the line.
+;; You may delete these explanatory comments.
+(package-initialize)
+
(defalias 'make-local-hook 'ignore)
(add-to-list 'load-path (expand-file-name "~/.emacs-lisp") t) ; my path at the end
@@ -166,6 +173,9 @@
(quote
(("gnu" . "http://elpa.gnu.org/packages/")
("melpa" . "http://melpa.milkbox.net/packages/"))))
+ '(package-selected-packages
+ (quote
+ (json-mode web-mode yaml-mode unicode-fonts scad-mode perl6-mode markdown-mode+ magit ledger-mode flycheck-status-emoji flycheck-perl6 ack-menu)))
'(pov-external-viewer-command "display")
'(pov-help-file "povuser.txt")
'(reftex-extra-bindings nil)