diff options
author | 2020-10-12 10:59:22 -0400 | |
---|---|---|
committer | 2020-10-12 11:03:44 -0400 | |
commit | 1f5c92ffb2a1c3cb52b01195e664876be7b69047 (patch) | |
tree | cb8a97384a4c5889ea9086f09850567e0da92420 /.emacs.d/init.el | |
parent | 5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7 (diff) | |
download | configs-1f5c92ffb2a1c3cb52b01195e664876be7b69047.tar.gz configs-1f5c92ffb2a1c3cb52b01195e664876be7b69047.tar.xz configs-1f5c92ffb2a1c3cb52b01195e664876be7b69047.zip |
Switch to EXWM
(langa runs Parabola GNU/Linux-libre)
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 14 |
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 ? |