Move nxml configuration to use-package
This commit is contained in:
parent
7be78ae7d1
commit
7ff09ff148
9
init.el
9
init.el
@ -52,9 +52,6 @@
|
||||
'(inhibit-startup-screen t)
|
||||
'(initial-scratch-message nil)
|
||||
'(jekyll-directory "~/Projektek/jekyll/gergely.polonkai.eu")
|
||||
'(nxml-attribute-indent 4)
|
||||
'(nxml-child-indent 2)
|
||||
'(nxml-outline-child-indent 4)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(ace-window
|
||||
@ -652,6 +649,12 @@
|
||||
:config
|
||||
(setq alert-default-style 'notifications))
|
||||
|
||||
(use-package nxml
|
||||
:config
|
||||
(setq nxml-attribute-indent 4
|
||||
nxml-child-indent 2
|
||||
nxml-outline-child-indent 4))
|
||||
|
||||
;; Load my own functions
|
||||
(load "gnu-c-header.el")
|
||||
(load "toggle-window-split.el")
|
||||
|
Loading…
Reference in New Issue
Block a user