Skip to content

Commit

Permalink
Fix keyb bind for editor-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
TakesxiSximada committed Oct 12, 2020
1 parent f1bf0b9 commit dc33d6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,8 @@
(custom-set-variables '(symdon-ga-post-directory "/ng/symdon/pages/posts"))

(bind-keys :map editor-mode-map
("C-c C-c" . editor-save-as-kill))
("C-x C-s" . editor-save-as-kill))

(bind-key* "C-t C-w" 'editor-create-buffer)

;; -----------
Expand Down

0 comments on commit dc33d6d

Please sign in to comment.