mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Appease the byte-compiler
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
;;; my-bindings.el
|
;;; my-bindings.el
|
||||||
|
|
||||||
|
(eval-when-compile (require 'core-defuns))
|
||||||
|
|
||||||
(map! "<f9>" 'what-face
|
(map! "<f9>" 'what-face
|
||||||
;; Essential
|
;; Essential
|
||||||
"M-x" 'helm-M-x
|
"M-x" 'helm-M-x
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
;;; my-commands.el
|
;;; my-commands.el
|
||||||
|
|
||||||
|
(eval-when-compile (require 'core-defuns))
|
||||||
|
|
||||||
;;; Rewritten commands
|
;;; Rewritten commands
|
||||||
(ex! "g[lobal]" 'doom:evil-ex-global)
|
(ex! "g[lobal]" 'doom:evil-ex-global)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user