Naquadah theme
Updated naquadah theme submodule Added naquadah theme as default
This commit is contained in:
parent
903d8a19d9
commit
ba553c58ea
2 changed files with 7 additions and 4 deletions
9
emacs
9
emacs
|
@ -1,5 +1,6 @@
|
|||
;; -*- mode: Emacs-Lisp; -*-
|
||||
(add-to-list 'load-path "~/.emacs.d")
|
||||
(add-to-list 'load-path "~/.emacs.d/naquadah-theme")
|
||||
|
||||
;; Requires
|
||||
(require 'uniquify)
|
||||
|
@ -35,7 +36,7 @@
|
|||
|
||||
;; Platform specifics
|
||||
(if (eq system-type 'gnu/linux) ; if we're running linux
|
||||
(set-default-font "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*"))
|
||||
(set-frame-font "tamsyn8x15r"))
|
||||
|
||||
;; Variables
|
||||
(setq
|
||||
|
@ -90,7 +91,9 @@
|
|||
(add-to-list 'compilation-finish-functions 'my-comp-finish-function)
|
||||
|
||||
;; Color theme
|
||||
(color-theme-weirdness2)
|
||||
;(color-theme-weirdness2)
|
||||
;(require 'naquadah-theme)
|
||||
(require 'naquadah-theme)
|
||||
|
||||
;; Test for frame fonts
|
||||
(defun setup-system-frame-colours (&rest frame)
|
||||
|
@ -98,7 +101,7 @@
|
|||
(car frame)
|
||||
(selected-frame))))
|
||||
(progn
|
||||
(set-frame-font "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*"))))
|
||||
(set-frame-font "tamsyn8x15r"))))
|
||||
(require 'server)
|
||||
(defadvice server-create-window-system-frame
|
||||
(after set-system-frame-colours ())
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a59b45351b4ac5b1a6bc02e464f87c3180d98338
|
||||
Subproject commit 19ce66927866e15bf44fa5e4fdefba0170a038ce
|
Loading…
Reference in a new issue