changeset 176:14d436056102

elpy: enable unconditionally Let's not kid ourselves: I can no longer edit Python without elpy support. Damn these addictions!
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 15 Feb 2018 11:48:29 -0500
parents 56ea66d76309
children f029c55c6221
files dotemacs.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -29,6 +29,8 @@
 
 (require 'fish-mode)
 
+(elpy-enable)
+
 ;; Let's highlight the current line in windows
 (global-hl-line-mode)