1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00
This commit is contained in:
J. Fernando Sánchez
2016-03-09 15:16:31 +01:00
parent e68ff6e85e
commit 59483a7ac8
6 changed files with 28 additions and 7 deletions

View File

@@ -403,6 +403,17 @@
)
)
(use-package markdown-mode
:init
:config (progn
)
)
(use-package go-mode
:init
:config (progn
)
)
;;; Global emacs settings
;; disable splash screen
(setq inhibit-splash-screen t)