Remove custom indent functions for map! properties
Now that we have a634e2c81
This commit is contained in:
parent
ecd354f02e
commit
eb381ce2bd
1 changed files with 0 additions and 10 deletions
|
@ -221,16 +221,6 @@ For example, :nvi will map to (list 'normal 'visual 'insert). See
|
|||
else do (error "not a valid state: %s" l)))
|
||||
|
||||
|
||||
;; Register keywords for proper indentation (see `map!')
|
||||
(put :after 'lisp-indent-function 'defun)
|
||||
(put :desc 'lisp-indent-function 'defun)
|
||||
(put :leader 'lisp-indent-function 'defun)
|
||||
(put :localleader 'lisp-indent-function 'defun)
|
||||
(put :map 'lisp-indent-function 'defun)
|
||||
(put :mode 'lisp-indent-function 'defun)
|
||||
(put :prefix 'lisp-indent-function 'defun)
|
||||
(put :prefix-map 'lisp-indent-function 'defun)
|
||||
|
||||
;; specials
|
||||
(defvar doom--map-forms nil)
|
||||
(defvar doom--map-fn nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue