mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
v1.1.3 bump
+ sp: be quiet + popup: load *eval* rule earlier + evil-anzu: defer, due to long load time + Update makefile + Clean up core.el + line-spacing = 1, less rpadding on nlinum-format + Add *esup* popup rule + Refactor doom macro + Refactor doom-byte-compile + :big [SIZE] + use inconsolata in big-mode + :v TAB -> doom/yas-insert-snippet + eval: use pop-to-buffer instead of doom/popup-buffer + Refactor backspace fn; handle pair deletion issue with sp better + \#bringbackwindowsystem + db: remove unused var + Update init.el
This commit is contained in:
@@ -263,8 +263,8 @@
|
||||
|
||||
;; yasnippet
|
||||
(:map yas-minor-mode-map
|
||||
:i [(tab)] 'yas-expand
|
||||
:v "<backtab>" 'doom/yas-insert-snippet)
|
||||
:i [(tab)] 'yas-expand
|
||||
:v [(tab)] 'doom/yas-insert-snippet)
|
||||
|
||||
;; company-mode and vim-like omni-complete
|
||||
:i "C-SPC" 'doom/company-complete
|
||||
|
@@ -80,7 +80,7 @@
|
||||
(ex! "rm" 'doom:file-delete)
|
||||
|
||||
;; Presentation/demo
|
||||
(ex! "big" 'big-mode)
|
||||
(ex! "big" 'doom:big-mode)
|
||||
(ex! "full[scr]" 'doom:toggle-fullscreen)
|
||||
|
||||
;; Sessions/tabs
|
||||
|
@@ -22,7 +22,7 @@
|
||||
(doom-blend color "#FFFFFF" (- 1 alpha)))
|
||||
|
||||
|
||||
(when (display-graphic-p)
|
||||
(when window-system
|
||||
(defface doom-default '((t (:inherit default)))
|
||||
"Face for source code windows."
|
||||
:group 'doom)
|
||||
|
@@ -22,7 +22,7 @@
|
||||
(doom-blend color "#FFFFFF" (- 1 alpha)))
|
||||
|
||||
|
||||
(when (display-graphic-p)
|
||||
(when window-system
|
||||
(defface doom-default '((t (:inherit default)))
|
||||
"Face for source code windows."
|
||||
:group 'doom)
|
||||
|
Reference in New Issue
Block a user