From cab9a4bcf39d4741d7837b65367f4fa0b97992ce Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 29 Jun 2015 13:29:28 +0200 Subject: Move pony settings to init.org --- emacs/.emacs.d/init.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'emacs') 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) -- cgit v1.2.3-54-g00ecf