Skip to content

Commit

Permalink
Add pretty-symbols-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgeller committed May 30, 2012
1 parent 4b75e42 commit a09e181
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions init-elpa.el
Expand Up @@ -15,6 +15,7 @@
(require-package package min-version t)))))


(require-package 'pretty-symbols-mode)
(require-package 'bookmark+)
(require-package 'json)
(require-package 'js-comint)
Expand Down
1 change: 1 addition & 0 deletions init-lisp.el
Expand Up @@ -20,6 +20,7 @@
(make-variable-buffer-local 'whitespace-style)
(setq whitespace-style '(face tabs spaces trailing lines space-before-tab::space newline indentation::space empty space-after-tab::space space-mark tab-mark newline-mark))
(add-hook 'before-save-hook 'whitespace-cleanup nil 'local)
(pretty-symbols-mode 1)
(turn-on-eldoc-mode))


Expand Down
1 change: 1 addition & 0 deletions init-python-mode.el
Expand Up @@ -94,6 +94,7 @@ if breakpoints are present in `python-mode' files"
(wrap-region-mode 1)
(camelCase-mode 1)
(jumper-mode 1)
(pretty-symbols-mode 1)
;; flymake
(unless (eq buffer-file-name nil)
(flymake-mode 1))
Expand Down

0 comments on commit a09e181

Please sign in to comment.