From 8ae90ffbd18d4312806e11cdda99e3dadcc9bf57 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 12 Apr 2013 09:06:24 +0200 Subject: Improve look for phoenix on train --- emacs/init.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 8e7fd45..9198675 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -13,9 +13,6 @@ functionality deferred to a point after Emacs has initialized and package.el is loaded anyway." `(add-hook 'emacs-startup-hook #'(lambda () ,@body))) -;;; Load my very own theme. -(eval-after-init (load-theme 'yoshi t)) - ;;; Add some project directories and my site-lisp directory to the ;;; load path to make it easy to (auto)load them. (mapc #'(lambda (dir) @@ -358,7 +355,7 @@ Also change directories to current working directory." (vertical-scroll-bars . nil) (menu-bar-lines . nil) (tool-bar-lines . nil) - (font . "Envy Code R:pixelsize=18"))) + (font . "Envy Code R:pixelsize=12"))) (setq elnode-do-init nil) (setq fci-rule-color "darkred") (setq frame-title-format '(:eval (concat "emacs: " (buffer-name)))) @@ -453,9 +450,6 @@ Also change directories to current working directory." (add-hook 'write-file-hooks 'oni:write-file-func) (add-hook 'yas-minor-mode-hook 'oni:yas-minor-mode-func) -(define-key key-translation-map (kbd "C-j") (kbd "C-l")) -(define-key key-translation-map (kbd "C-l") (kbd "C-j")) - (global-set-key (kbd "'") 'oni:self-insert-dwim) (global-set-key (kbd "") 'oni:raise-scratch) (global-set-key (kbd "") 'gnus) -- cgit v1.3-2-g0d8e