about summary refs log tree commit diff
path: root/emacs.d/wpc/variables.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/wpc/variables.el')
-rw-r--r--emacs.d/wpc/variables.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/wpc/variables.el b/emacs.d/wpc/variables.el
index bd5af2a010..d0bba26159 100644
--- a/emacs.d/wpc/variables.el
+++ b/emacs.d/wpc/variables.el
@@ -18,5 +18,9 @@
     [mouse-5] [down-mouse-5] [drag-mouse-5] [double-mouse-5] [triple-mouse-5])
   "This variable stores all of the mouse-related keybindings that Emacs recognizes.")
 
+(defconst wpc/fill-column
+  80
+  "Variable used to set the defaults for wrapping, highlighting, etc.")
+
 (provide 'variables)
 ;;; variables.el ends here