X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/cad078002487e5f2f8d1b3d50826059d5f16558f..18f2d6911c7e4eb96093a415d6bb35f4749780e4:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 119d033..29a9ec9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1017,7 +1017,8 @@ For disabling the behaviour for certain buffers and/or modes." ;; ’ can be part of a word (setq ispell-local-dictionary-alist `((nil "[[:alpha:]]" "[^[:alpha:]]" - "['\x2019]" nil ("-B") nil utf-8))) + "['\x2019]" nil ("-B") nil utf-8)) + ispell-program-name (executable-find "hunspell")) ;; don't send ’ to the subprocess (defun endless/replace-apostrophe (args) (cons (replace-regexp-in-string @@ -1575,7 +1576,8 @@ For disabling the behaviour for certain buffers and/or modes." :token nday-students-token :subscribed-channels '(general) :full-and-display-names t) - (add-to-list 'swiper-font-lock-exclude 'slack-message-buffer-mode t) + (with-eval-after-load 'swiper + (add-to-list 'swiper-font-lock-exclude 'slack-message-buffer-mode t)) (setq lui-time-stamp-format "[%Y-%m-%d %H:%M:%S]" lui-time-stamp-only-when-changed-p t lui-time-stamp-position 'right) @@ -1876,14 +1878,14 @@ For disabling the behaviour for certain buffers and/or modes." (use-feature gnus-msg :config (defvar a/gnu-signature "Amin Bandali | GNU Webmaster -https://bandali.eu.org | https://gnu.org +https://www.gnu.org/people/webmeisters.html#bandali GPG Key: BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103") - (defvar a/uw-signature "Amin Bandali, MMath Student + (defvar a/uw-signature "Amin Bandali | https://aminb.org +Master of Mathematics Student Cheriton School of Computer Science -University of Waterloo -https://bandali.eu.org") +University of Waterloo") (defvar a/csc-signature "Amin Bandali | Termcom, CSC -https://csclub.uwaterloo.ca/~abandali/") +https://csclub.uwaterloo.ca/~abandali") (setq gnus-posting-styles '((".*" (address "amin@shemshak.org")