Skip to content

Commit 4ca932f

Browse files
committed
add alt backspace into user file after other packages loaded
1 parent cd4e49d commit 4ca932f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user.el

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
(setq calendar-longitude -103.35)
4343
(setq wttrin-default-cities '("Bali, Indonesia"))
4444

45+
;; For some reason this gets overwritten by delete a sentence (at least in org mode)
46+
(global-set-key (kbd "<M-backspace>") 'jj/delete-backward-word)
47+
4548
(defun jj/org-number-of-subentries (&optional pos match scope level)
4649
"Return number of subentries for entry at POS.
4750
MATCH and SCOPE are the same as for `org-map-entries', but

0 commit comments

Comments
 (0)