Updated
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
5f169d2cc1
commit
d7ea081ee3
@ -9,7 +9,7 @@
|
|||||||
'(livedown-port 1337)
|
'(livedown-port 1337)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(org-jira use-package switch-window ox-reveal ox-jira markdown-mode magit htmlize dracula-theme dired-sidebar confluence))))
|
(auto-complete use-package switch-window ox-reveal ox-jira org-jira markdown-mode magit htmlize dracula-theme dired-sidebar confluence))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
@ -83,6 +83,12 @@
|
|||||||
; )
|
; )
|
||||||
;(setq jiralib-url "https://localhost/")
|
;(setq jiralib-url "https://localhost/")
|
||||||
|
|
||||||
|
;; AutoComlete
|
||||||
|
(use-package auto-complete
|
||||||
|
:ensure t
|
||||||
|
)
|
||||||
|
(ac-config-default)
|
||||||
|
|
||||||
;; Theme
|
;; Theme
|
||||||
(use-package dracula-theme
|
(use-package dracula-theme
|
||||||
:ensure t
|
:ensure t
|
||||||
|
Loading…
Reference in New Issue
Block a user