summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-07-22 19:08:46 +0100
committerdakkar <dakkar@thenautilus.net>2019-07-22 19:11:44 +0100
commit830920d034e4beb21f5a43df2b4904b5a00575a5 (patch)
tree0dc2d0d5b8e753af3c1484c30d7ed8cecbc41ad9
parentignore more stuff (diff)
downloademacs-830920d034e4beb21f5a43df2b4904b5a00575a5.tar.gz
emacs-830920d034e4beb21f5a43df2b4904b5a00575a5.tar.bz2
emacs-830920d034e4beb21f5a43df2b4904b5a00575a5.zip
package management stuff
-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)