X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7..1f5c92ffb2a1c3cb52b01195e664876be7b69047:/.emacs.d/init.el?ds=sidebyside 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 ?