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:
parent
df13257ce8
commit
fc78d46f30
19 changed files with 86 additions and 76 deletions
13
init.el
13
init.el
|
@ -2,7 +2,7 @@
|
|||
;;
|
||||
;; Author: Henrik Lissner <henrik@lissner.net>
|
||||
;; URL: https://github.com/hlissner/.emacs.d
|
||||
;; Version: 1.1.2
|
||||
;; Version: 1.1.3
|
||||
;;
|
||||
;; ================= =============== =============== ======== ========
|
||||
;; \\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . //
|
||||
|
@ -29,11 +29,10 @@
|
|||
;;; License: MIT
|
||||
|
||||
(defconst emacs-start-time (current-time))
|
||||
(load (concat user-emacs-directory "core/core.el"))
|
||||
(load (concat user-emacs-directory "core/core"))
|
||||
|
||||
(doom :default-theme 'doom-one
|
||||
:terminal-theme 'doom-dark
|
||||
:default-font ("Fira Mono" 12)
|
||||
(doom :theme (if window-system 'doom-one 'doom-dark)
|
||||
:font ("Inconsolata" 14)
|
||||
|
||||
;;; The heart of DOOM
|
||||
core-popup ; taming sudden and inevitable windows
|
||||
|
@ -81,8 +80,8 @@
|
|||
module-web ; The end is always near </html>
|
||||
|
||||
;;; Experimental
|
||||
;; module-eshell ; for inferior OSes *cough*windows
|
||||
;; module-org ; for organized fearless leader
|
||||
;; module-eshell ; for inferior OSes *cough*windows
|
||||
;; module-org ; for organized fearless leader
|
||||
|
||||
;;; Extra libraries
|
||||
extra-demo ; allow me to demonstrate...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue