|
|
|
@ -143,6 +143,8 @@ There are two things you can do about this warning:
|
|
|
|
|
;; Default modes |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
(require 'use-package) |
|
|
|
|
|
|
|
|
|
(ivy-mode 1) |
|
|
|
|
|
|
|
|
|
;; Enable column numbers |
|
|
|
@ -183,6 +185,11 @@ There are two things you can do about this warning:
|
|
|
|
|
;; Enable semantic for language-aware editing commands |
|
|
|
|
(setq semantic-mode 't) |
|
|
|
|
|
|
|
|
|
;; For Python enable Elpy. |
|
|
|
|
(use-package elpy |
|
|
|
|
:ensure t |
|
|
|
|
:init (elpy-enable)) |
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; Save hooks |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|