summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-29 13:29:28 +0200
committerGravatar Tom Willemse2015-06-29 13:29:28 +0200
commitcab9a4bcf39d4741d7837b65367f4fa0b97992ce (patch)
tree5ef62308006b478c136db3ac28ef942d41a2ba78 /emacs
parenteb0dd101266b038be18f0811e606f32fcc428e2e (diff)
downloaddotfiles-cab9a4bcf39d4741d7837b65367f4fa0b97992ce.tar.gz
dotfiles-cab9a4bcf39d4741d7837b65367f4fa0b97992ce.zip
Move pony settings to init.org
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 3a03441..353ffa4 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -30,7 +30,6 @@
;;;; Autoloads
-(autoload 'pony-mode "pony-mode" nil t)
(autoload 'sawfish-mode "sawfish" nil t)
(autoload 'tagedit-mode "tagedit" nil t)
(autoload 'tern-mode "tern" nil t)
@@ -777,10 +776,6 @@ If no direction is given, don't split."
"Function for `term-mode-hook'."
(setq truncate-lines nil))
-(defun oni:turn-on-compilation-shell-for-pony ()
- "Turn on option `compilation-shell-minor-mode' for `pony-minor-mode'."
- (add-hook 'pony-minor-mode-hook 'compilation-shell-minor-mode nil t))
-
(defun oni:upcase-prev (num)
(interactive "p")
(oni:change-prev-case num 'up))
@@ -1301,7 +1296,6 @@ from myaethon2.core.decorators import (
(add-hook 'after-save-hook 'oni:after-save-func t)
(add-hook 'before-save-hook 'oni:before-save-func)
-(add-hook 'comint-mode-hook #'oni:turn-on-compilation-shell-for-pony)
(add-hook 'css-mode-hook #'rainbow-mode)
(add-hook 'diary-display-hook 'oni:diary-display-func)
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup)