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; -*-
|
;; -*- mode: Emacs-Lisp; -*-
|
||||||
(add-to-list 'load-path "~/.emacs.d")
|
(add-to-list 'load-path "~/.emacs.d")
|
||||||
|
(add-to-list 'load-path "~/.emacs.d/naquadah-theme")
|
||||||
|
|
||||||
;; Requires
|
;; Requires
|
||||||
(require 'uniquify)
|
(require 'uniquify)
|
||||||
|
@ -35,7 +36,7 @@
|
||||||
|
|
||||||
;; Platform specifics
|
;; Platform specifics
|
||||||
(if (eq system-type 'gnu/linux) ; if we're running linux
|
(if (eq system-type 'gnu/linux) ; if we're running linux
|
||||||
(set-default-font "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*"))
|
(set-frame-font "tamsyn8x15r"))
|
||||||
|
|
||||||
;; Variables
|
;; Variables
|
||||||
(setq
|
(setq
|
||||||
|
@ -90,7 +91,9 @@
|
||||||
(add-to-list 'compilation-finish-functions 'my-comp-finish-function)
|
(add-to-list 'compilation-finish-functions 'my-comp-finish-function)
|
||||||
|
|
||||||
;; Color theme
|
;; Color theme
|
||||||
(color-theme-weirdness2)
|
;(color-theme-weirdness2)
|
||||||
|
;(require 'naquadah-theme)
|
||||||
|
(require 'naquadah-theme)
|
||||||
|
|
||||||
;; Test for frame fonts
|
;; Test for frame fonts
|
||||||
(defun setup-system-frame-colours (&rest frame)
|
(defun setup-system-frame-colours (&rest frame)
|
||||||
|
@ -98,7 +101,7 @@
|
||||||
(car frame)
|
(car frame)
|
||||||
(selected-frame))))
|
(selected-frame))))
|
||||||
(progn
|
(progn
|
||||||
(set-frame-font "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*"))))
|
(set-frame-font "tamsyn8x15r"))))
|
||||||
(require 'server)
|
(require 'server)
|
||||||
(defadvice server-create-window-system-frame
|
(defadvice server-create-window-system-frame
|
||||||
(after set-system-frame-colours ())
|
(after set-system-frame-colours ())
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit a59b45351b4ac5b1a6bc02e464f87c3180d98338
|
Subproject commit 19ce66927866e15bf44fa5e4fdefba0170a038ce
|
Loading…
Reference in a new issue