Forgot a few packages for correct functioning of alternate start modes
Getty Ritter
9 years ago
1 changed file(s) with
6 addition(s)
and
1 deletion(s)
.
Collapse all
Expand all
+6
-1
emacs.el
less
more
40
40
(package-install 'use-package))
41
41
(require 'use-package)
42
42
43
;; (use-package gidl-mode :ensure t)
43
44
44
45
46
;; org-mode
47
48
(use-package org
49
:ensure t)
45
50
46
51