mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(editor): Add mwim package to replace custom function
This commit is contained in:
15
modules/editor/siren-mwim.el
Normal file
15
modules/editor/siren-mwim.el
Normal file
@@ -0,0 +1,15 @@
|
||||
;;; siren-mwim.el --- jimeh's Emacs Siren: mwim configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for mwim.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package mwim
|
||||
:bind
|
||||
("C-a" . mwim-beginning)
|
||||
("C-e" . mwim-end))
|
||||
|
||||
(provide 'siren-mwim)
|
||||
;;; siren-mwim.el ends here
|
||||
Reference in New Issue
Block a user