;; ’ 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
: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)