X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/d7dee82420a04e5c92e5b5ad316e14a49bd4d689..1f5c92ffb2a1c3cb52b01195e664876be7b69047:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 958f457..435cf97 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -154,10 +154,11 @@ This sets each user option VAR's value to the corresponding VALUE. (orgalist "1.13") (rt-liberation "1.31") (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") @@ -564,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) @@ -1004,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 ?