Browse Source

Attempt at swapping ctrl and caps, add jedi for python in emacs

Taylor Bockman 5 years ago
parent
commit
c5b5534038
  1. 2
      ctrl-caps-swap.map
  2. 8
      dotfiles/emacs.d/init.el
  3. 1
      dotfiles/emacs.d/package.el

2
ctrl-caps-swap.map

@ -0,0 +1,2 @@
keycode 58 = Control

8
dotfiles/emacs.d/init.el

@ -170,6 +170,14 @@
(load-file "~/.emacs.d/package.el") (load-file "~/.emacs.d/package.el")
;;-------------------------------------------------------------------------------------- ;;--------------------------------------------------------------------------------------
;; Jedi Completion for Python
;;--------------------------------------------------------------------------------------
(add-hook 'python-mode-hook 'jedi:setup)
(setq jedi:complete-on-dot t)
;;--------------------------------------------------------------------------------------
;; Enable ParEdit for Emacs lisp modes ;; Enable ParEdit for Emacs lisp modes
;;-------------------------------------------------------------------------------------- ;;--------------------------------------------------------------------------------------

1
dotfiles/emacs.d/package.el

@ -9,6 +9,7 @@
irony irony
counsel counsel
swiper swiper
jedi
;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;
;; Programming modes ;; Programming modes

Loading…
Cancel
Save