# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1518713309 18000 # Node ID 14d436056102c00e11f5c63329dd93bfc0c658d8 # Parent 56ea66d7630987874fa0e652325bcb2d9592b5ee elpy: enable unconditionally Let's not kid ourselves: I can no longer edit Python without elpy support. Damn these addictions! diff --git a/dotemacs.el b/dotemacs.el --- 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)