emacs: whitespace cleanup

This commit is contained in:
2020-07-14 09:40:36 -07:00
parent 9f8d795222
commit f9535eab56

View File

@@ -75,11 +75,6 @@ behavior.
On ChromeOS, M-DEL is mapped to <deletechar>, so remap fix up. On ChromeOS, M-DEL is mapped to <deletechar>, so remap fix up.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; TODO: Figure out how to make this conditional on ChromeOS ;; TODO: Figure out how to make this conditional on ChromeOS
(global-set-key (kbd "<deletechar>") 'backward-kill-word)' (global-set-key (kbd "<deletechar>") 'backward-kill-word)'