Update config files

This commit is contained in:
Marcus Kammer 2020-04-16 16:20:26 +02:00
parent 561efc9e03
commit fed0b106e3
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@
(add-hook 'org-mode-hook 'turn-on-auto-fill)
(add-hook 'elpy-mode-hook
(lambda ()
(highlight-indentation-mode -1)))
(highlight-indentation-mode 1)))
(elpy-enable)
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))

View file

@ -12,6 +12,7 @@
(global-set-key (kbd "M-i") 'imenu)
(global-set-key (kbd "C-c n") 'newsticker-start)
(global-set-key (kbd "M-o") 'ace-window)
;; (global-unset-key "\C-z")
(require 'package)
@ -49,6 +50,7 @@ There are two things you can do about this warning:
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle"))
(require 'bundles)
(ivy-mode 1)
(projectile-mode +1)
;; UTF-8 FTW
(prefer-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)