summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorjulian T <julian@jtle.dk>2018-12-08 12:39:24 +0100
committerjulian T <julian@jtle.dk>2018-12-08 12:39:24 +0100
commit8f0cb15b558a403f79864f3d624c5e5d883b7c07 (patch)
tree37d5ba9ae7a16a8d3cd9baca8b04528708b64d04 /.emacs
parentffd3d31e6123aa6d04915f5ed7af77104a6401c6 (diff)
Lots of new config and settings
Diffstat (limited to '.emacs')
-rw-r--r--.emacs15
1 files changed, 15 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index a09d55b..26dbda3 100644
--- a/.emacs
+++ b/.emacs
@@ -28,3 +28,18 @@
(require 'evil-surround)
(global-evil-surround-mode 1)
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(package-selected-packages (quote (jedi evil-surround buffer-move auto-complete))))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )
+
+(add-hook 'python-mode-hook 'jedi:setup)
+(setq jedi:complete-on-dot t) ; optional