changeset 144:3b96117fe2ae

d-mode: require from main
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 06 May 2016 21:51:14 -0400
parents 107cbc75c936
children ef785711492a
files dotemacs.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -23,6 +23,8 @@
 
 (require 'mediawiki)
 
+(require 'd-mode)
+
 ;; I think I like the idea of the cursor being more indicative of
 ;; where the point is.
 (bar-cursor-mode)