summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el14
1 files changed, 8 insertions, 6 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index e79d9f7..435cf97 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -156,9 +156,9 @@ This sets each user option VAR's value to the corresponding VALUE.
(yasnippet "0.14.0")
(expand-region "0.11.0")
;; bndl
- (refinery-theme "0.1.1")
+ ;; (refinery-theme "0.1.1")
;; Org ELPA
- (org-plus-contrib "20201005"))))
+ (org-plus-contrib "20201012"))))
(package-initialize))
(csetq package-archive-upload-base "/ssh:caffeine:~/www/p/elpa")
@@ -565,7 +565,7 @@ Make N (default: 1) copies of the current line or region."
(expand-file-name
(convert-standard-filename "lisp") user-emacs-directory))
-;; (require 'bandali-exwm)
+(require 'bandali-exwm)
(require 'bandali-org)
@@ -1005,9 +1005,11 @@ Make N (default: 1) copies of the current line or region."
(add-hook 'latex-mode-hook #'reftex-mode)
;; dmenu
-;; (csetq
-;; dmenu-prompt-string "run: "
-;; dmenu-save-file (b/var "dmenu-items"))
+(add-to-list 'load-path (b/lisp "dmenu"))
+(with-eval-after-load 'dmenu
+ (csetq dmenu-prompt-string "run: "
+ dmenu-save-file (b/var "dmenu-items")))
+(autoload 'dmenu "dmenu" nil t)
;; eosd ?