Dropping pretty-mode, I teach way more to keep this.

This commit is contained in:
Julien Palard 2018-07-21 10:46:56 +02:00
parent 8650bd1046
commit ae070a7e84
1 changed files with 0 additions and 24 deletions

24
.emacs
View File

@ -220,29 +220,5 @@
;; If there is more than one, they won't work right.
)
(when (require 'pretty-mode nil t)
(global-pretty-mode t)
(pretty-deactivate-groups
'(:equality :ordering :ordering-double :ordering-triple
:arrows :arrows-twoheaded :punctuation
:logic :sets))
(pretty-activate-groups
'(:sub-and-superscripts :greek :arithmetic-nary))
(global-prettify-symbols-mode 1)
)
(add-hook
'python-mode-hook
(lambda ()
(mapc (lambda (pair) (push pair prettify-symbols-alist))
'(;; Syntax
("in" . #x2208)
("not in" . #x2209)
("int" . #x2124)
("float" . #x211d)))))
(provide `.emacs)
;;; .emacs ends here