From 8f0cb15b558a403f79864f3d624c5e5d883b7c07 Mon Sep 17 00:00:00 2001 From: julian T Date: Sat, 8 Dec 2018 12:39:24 +0100 Subject: Lots of new config and settings --- .emacs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.emacs') 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 -- cgit v1.2.3