Add haskell configuration in its own separate file
This commit is contained in:
parent
42ebb1394d
commit
79a7451546
6 changed files with 81 additions and 44 deletions
13
config/splash.el
Normal file
13
config/splash.el
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
;;; splash.el -- Splash screen
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
;; ================================== remove splash screen =====================
|
||||
|
||||
;; (setq inhibit-splash-screen t)
|
||||
|
||||
;; (setq initial-scratch-message
|
||||
;; (concat ";;; Welcome to Emacs." "\n"
|
||||
;; "Was there a problem?"))
|
||||
|
||||
(provide 'splash)
|
||||
;;; splash.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue