Skip to content
Snippets Groups Projects
  1. Jul 31, 2024
  2. Jul 20, 2021
    • Richard Earnshaw's avatar
      dir-locals: Use https for bug references · 6f79c784
      Richard Earnshaw authored
      We've been using https for web references for some time now.
      
      ChangeLog:
      
      	* .dir-locals.el (bug-reference-url-format): Use https.
      6f79c784
    • Richard Earnshaw's avatar
      Limit fill-column to 79 · b51de13d
      Richard Earnshaw authored
      The current line-length limit is set to 80, but that allows a
      character to appear in the 80th column, and that causes emacs to
      display a line-wrap followed by a blank line when the display/window
      width is 80 columns.  Furthermore, this seems to contradict the
      coding-style rules on the wiki which suggest that the line limit
      should be 79.
      
      So reduce the line width in both the emacs control file and the
      contrib vimrc file to 79 characters.
      
      ChangeLog:
      
      	* .dir-locals.el (c-mode): Change fill-column to 79.
      
      contrib/ChangeLog:
      
      	* vimrc (textwidth): Change non-gitcommit length to 79.
      b51de13d
  3. Dec 14, 2020
  4. Oct 16, 2013
Loading