[emacs] Fix a few looks

This commit is contained in:
Sebastian Schulze 2016-10-26 10:36:47 +02:00
parent df72c7f196
commit 88ff5acdf4
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
2 changed files with 1 additions and 3 deletions

View File

@ -4,14 +4,13 @@
;;; Code:
(load-theme 'twilight-anti-bright t)
(rainbow-mode 1)
(rainbow-delimiters-mode 1)
(set-face-attribute 'default nil :font "Mononoki-12" )
(set-frame-font "Mononoki-12" nil t)
(require 'org-bullets)
(use-package org-bullets)
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
(defun on-after-init () "Don't set a background for -nw Emacs."

View File

@ -32,7 +32,6 @@
(setq user-full-name "Sebastian Schulze")
(setq user-mail-address "github.com@bascht.com")
(nyan-mode 1)
(org-bullets-mode 1)
;;; Global modes