diff options
Diffstat (limited to 'emacs.d/wpc/variables.el')
-rw-r--r-- | emacs.d/wpc/variables.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/wpc/variables.el b/emacs.d/wpc/variables.el index bd5af2a01051..d0bba261593d 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 |