Add "manoj-dark" theme loading to term sessions
This commit is contained in:
parent
141e8e085d
commit
f0b368dd32
8
init.el
8
init.el
@ -134,7 +134,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
;;====================
|
;;====================
|
||||||
;; Graphical Mode Config
|
;; Graphical/Term Mode Config
|
||||||
;;====================
|
;;====================
|
||||||
|
|
||||||
;; Style the mode line and turn off the toolbar when in graphical mode.
|
;; Style the mode line and turn off the toolbar when in graphical mode.
|
||||||
@ -147,6 +147,12 @@
|
|||||||
(tool-bar-mode 0)
|
(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
|
;; Package Manager
|
||||||
;;====================
|
;;====================
|
||||||
|
Loading…
Reference in New Issue
Block a user