summaryrefslogtreecommitdiffstats
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-12 09:06:24 +0200
committerGravatar Tom Willemse2013-04-12 09:06:24 +0200
commit8ae90ffbd18d4312806e11cdda99e3dadcc9bf57 (patch)
tree643707760d0f65dbea5dac25e4b76b467b0336a9 /emacs/init.el
parent55ca176cd5022d2fc35bc2c06d5f9a764315f238 (diff)
downloaddotfiles-8ae90ffbd18d4312806e11cdda99e3dadcc9bf57.tar.gz
dotfiles-8ae90ffbd18d4312806e11cdda99e3dadcc9bf57.zip
Improve look for phoenix on train
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el8
1 files changed, 1 insertions, 7 deletions
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 "<XF86HomePage>") 'oni:raise-scratch)
(global-set-key (kbd "<XF86Mail>") 'gnus)