summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2026-01-14 22:15:19 +0100
committerLLoyderino <adrijan.bjedov@gmail.com>2026-01-14 22:15:19 +0100
commit44d4b36557b4aa0619ca36270e8f6e159e6cd864 (patch)
tree07abf65dbdb8964677bc3b73df0856f3799022d4 /init.el
parent560929769b0bfe097ca114a67c33b5db95b676dd (diff)
Back M-\ to Emacs default
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.el b/init.el
index 3b92b6f..d8b6d7c 100644
--- a/init.el
+++ b/init.el
@@ -59,8 +59,6 @@
(delete-selection-mode 1)
(setq-default fill-column 94) ; Fill columns to half of my laptop's screen
-(global-set-key (kbd "M-\\") #'just-one-space) ; Leave one space instead of killing all
-
;; Spellcheck
(unless (eq system-type 'windows-nt)
(setq ispell-program-name "aspell")