X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/c2f9e8516466de39a9bf977b766959e8f9554237..f97a01bda8181c0871428ca3bbfbe0381d779224:/init.org diff --git a/init.org b/init.org index 4e45c0d..60708bb 100644 --- a/init.org +++ b/init.org @@ -1155,12 +1155,17 @@ TODO: break this giant source block down into individual org sections. #+begin_src emacs-lisp (eval-when-compile (defvar lean-mode-map)) (use-package lean-mode - :defer 2 + :defer 1 :bind (:map lean-mode-map ("S-SPC" . company-complete)) :config (require 'lean-input) - (setq default-input-method "Lean")) + (setq default-input-method "Lean" + lean-input-tweak-all '(lean-input-compose + (lean-input-prepend "/") + (lean-input-nonempty)) + lean-input-user-translations '(("/" "/"))) + (lean-input-setup)) #+end_src ** Haskell @@ -1640,7 +1645,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. #+begin_src emacs-lisp (use-package highlight-indent-guides - :demand t + :defer 2 :hook ((prog-mode . highlight-indent-guides-mode) ;; (org-mode . highlight-indent-guides-mode) ) @@ -1785,14 +1790,9 @@ Hopefully temporary. (nnimap-user "abandali@uwaterloo.ca"))) gnus-message-archive-group "nnimap:Sent" gnus-parameters - '(;; ("amin" - ;; (display . 20)) - ("gnu.*" - ;; (display . 50) - (gcc-self . t)) - ;; ("uwaterloo" - ;; (display . [unread])) - ) + '(("gnu.*" + (gcc-self . t))) + gnus-large-newsgroup 50 gnus-home-directory (no-littering-expand-var-file-name "gnus/") gnus-directory (concat gnus-home-directory "news/") message-directory (concat gnus-home-directory "mail/")