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)
|
'(inhibit-startup-screen t)
|
||||||
'(initial-scratch-message nil)
|
'(initial-scratch-message nil)
|
||||||
'(jekyll-directory "~/Projektek/jekyll/gergely.polonkai.eu")
|
'(jekyll-directory "~/Projektek/jekyll/gergely.polonkai.eu")
|
||||||
'(nxml-attribute-indent 4)
|
|
||||||
'(nxml-child-indent 2)
|
|
||||||
'(nxml-outline-child-indent 4)
|
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(ace-window
|
(ace-window
|
||||||
@ -652,6 +649,12 @@
|
|||||||
:config
|
:config
|
||||||
(setq alert-default-style 'notifications))
|
(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 my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user