Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-09-02 09:14:30 +02:00
parent 5f169d2cc1
commit d7ea081ee3
3 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@
'(livedown-port 1337)
'(package-selected-packages
(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 was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View File

@ -83,6 +83,12 @@
; )
;(setq jiralib-url "https://localhost/")
;; AutoComlete
(use-package auto-complete
:ensure t
)
(ac-config-default)
;; Theme
(use-package dracula-theme
:ensure t

1
.vimrc
View File

@ -138,4 +138,3 @@ autocmd BufWritePost *.md :Prettier
let g:livedown_browser = "browser-x"
let g:livedown_autorun = 0
let g:livedown_open = 1
let g:livedown_port = 4242