Skip to content

Commit

Permalink
font change
Browse files Browse the repository at this point in the history
  • Loading branch information
PalaceChan committed Jan 16, 2017
1 parent df4c9e4 commit b4d02c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .emacs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(add-to-list 'load-path "~/.emacs.d/async")
(require 'helm-config)
(helm-mode 1)
(semantic-mode 1)
;;(semantic-mode 1)

(helm-autoresize-mode 1)
(setq helm-autoresize-min-height 25)
Expand Down Expand Up @@ -139,7 +139,7 @@
;; '(default ((t (:inherit nil :stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil)))))

(load-theme 'manoj-dark t)
(set-default-font "Monospace-10")
(set-default-font "Monospace-14")

(global-font-lock-mode t)
(setq font-lock-maximum-decoration t)
Expand Down

0 comments on commit b4d02c0

Please sign in to comment.