about summary refs log tree commit diff
path: root/modules/workstation/emacs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-05-08 18:09:31 +0000
committerAlyssa Ross <hi@alyssa.is>2020-05-08 18:09:31 +0000
commit7463f3c140adf90b0681d95cb716b39108b5264e (patch)
tree47cd6e30f2c190702a9e1381eeb5f439a09dfd8a /modules/workstation/emacs
parent465f38d958737bf2aa48555a8f1df3b2eea41075 (diff)
downloadnixlib-7463f3c140adf90b0681d95cb716b39108b5264e.tar
nixlib-7463f3c140adf90b0681d95cb716b39108b5264e.tar.gz
nixlib-7463f3c140adf90b0681d95cb716b39108b5264e.tar.bz2
nixlib-7463f3c140adf90b0681d95cb716b39108b5264e.tar.lz
nixlib-7463f3c140adf90b0681d95cb716b39108b5264e.tar.xz
nixlib-7463f3c140adf90b0681d95cb716b39108b5264e.tar.zst
nixlib-7463f3c140adf90b0681d95cb716b39108b5264e.zip
modules/emacs: use English dictionary for ispell
Diffstat (limited to 'modules/workstation/emacs')
-rw-r--r--modules/workstation/emacs/default.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/workstation/emacs/default.el b/modules/workstation/emacs/default.el
index 355f26dae11b..b55c2ba83828 100644
--- a/modules/workstation/emacs/default.el
+++ b/modules/workstation/emacs/default.el
@@ -9,3 +9,8 @@
 ;; Filesystem locations
 (setq user-emacs-directory
       (concat (file-name-as-directory (getenv "XDG_DATA_HOME")) "emacs"))
+
+;; ispell
+;; System locale is Esperanto, but I write in English much more, and
+;; spelling in Esperanto is easy anyway. ;)
+(setq ispell-dictionary "english")