1

Add "manoj-dark" theme loading to term sessions

This commit is contained in:
Jessie Hildebrandt 2018-04-09 21:31:23 -04:00
parent 141e8e085d
commit f0b368dd32

View File

@ -134,7 +134,7 @@
)
;;====================
;; Graphical Mode Config
;; Graphical/Term Mode Config
;;====================
;; Style the mode line and turn off the toolbar when in graphical mode.
@ -147,6 +147,12 @@
(tool-bar-mode 0)
))
;; Load the "manoj-dark" default theme when in term mode.
(if (not (display-graphic-p) )
(progn
(load-theme 'manoj-dark)
))
;;====================
;; Package Manager
;;====================