From 8d310a73ba15ebdd4c77750d9fe083418d957b09 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 28 Jan 2021 12:46:44 -0600 Subject: Configure crossword --- config.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 03b927f..9a20ec5 100644 --- a/config.org +++ b/config.org @@ -1757,6 +1757,24 @@ I love crosswords. I love Emacs. There ya go. :repo "Boruch-Baum/emacs-crossword")) #+end_src +#+begin_src emacs-lisp :noweb-ref settings + (setq-default crossword-empty-position-char "#") +#+end_src + +#+begin_src emacs-lisp :noweb-ref no-littering + (setq-default crossword-save-path + (no-littering-expand-var-file-name "crosswords/")) + (unless (file-exists-p crossword-save-path) + (make-directory crossword-save-path :parents)) +#+end_src + +#+begin_src emacs-lisp :noweb-ref hooks + (defun hook--setup-crossword () + (setq cursor-type 'hbar)) + + (add-hook 'crossword-mode-hook #'hook--setup-crossword) +#+end_src + The problem with this package is that the default faces are pretty bad, to be honest. Let's change em. -- cgit 1.4.1-21-gabe81