Update config files
This commit is contained in:
parent
561efc9e03
commit
fed0b106e3
2 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
(add-hook 'org-mode-hook 'turn-on-auto-fill)
|
(add-hook 'org-mode-hook 'turn-on-auto-fill)
|
||||||
(add-hook 'elpy-mode-hook
|
(add-hook 'elpy-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(highlight-indentation-mode -1)))
|
(highlight-indentation-mode 1)))
|
||||||
(elpy-enable)
|
(elpy-enable)
|
||||||
|
|
||||||
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
|
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
|
||||||
|
|
2
init.el
2
init.el
|
@ -12,6 +12,7 @@
|
||||||
(global-set-key (kbd "M-i") 'imenu)
|
(global-set-key (kbd "M-i") 'imenu)
|
||||||
(global-set-key (kbd "C-c n") 'newsticker-start)
|
(global-set-key (kbd "C-c n") 'newsticker-start)
|
||||||
(global-set-key (kbd "M-o") 'ace-window)
|
(global-set-key (kbd "M-o") 'ace-window)
|
||||||
|
|
||||||
;; (global-unset-key "\C-z")
|
;; (global-unset-key "\C-z")
|
||||||
|
|
||||||
(require 'package)
|
(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"))
|
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle"))
|
||||||
(require 'bundles)
|
(require 'bundles)
|
||||||
(ivy-mode 1)
|
(ivy-mode 1)
|
||||||
|
(projectile-mode +1)
|
||||||
;; UTF-8 FTW
|
;; UTF-8 FTW
|
||||||
(prefer-coding-system 'utf-8)
|
(prefer-coding-system 'utf-8)
|
||||||
(set-default-coding-systems 'utf-8)
|
(set-default-coding-systems 'utf-8)
|
||||||
|
|
Loading…
Add table
Reference in a new issue