Open scottlindeman opened 2 years ago
Perfect (I just suggested a PR in your issue). Did you signed the copyright assignment?
Just sent out the email to the FSF. Might take a few days to get the paperwork all taken care of!
The copyright assignment probably isn't even necessary for this commit. More so if we disregard the unrelated whitespace changes (that ought to be part of a separate change set. @rougier have you considered adding a .dir-locals.el file to regular whitespace issues?).
@phikal What is .dir-local.el
?
@scottlindeman There are some conflicts, can you check
@rougier It is a file that Emacs uses to check for directory local variables. E.g. I usually have this
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((emacs-lisp-mode
(show-trailing-whitespace . t)
(indent-tabs-mode . nil)))
That way spaces are always used for indentation, and trailing whitespace is highlighted, for all Emacs users.
Oh, good to know, thanks. Can you make a PR?
Adding theme support for Ido. https://github.com/rougier/nano-theme/issues/36
Based off of
emacs-nano
https://github.com/rougier/nano-emacs/blob/185894da71aeab33e52a1bedcde6cea4b148436c/nano-theme.el
For a diff hiding whitespace (my emacs config deletes any trailing whitespace): https://github.com/rougier/nano-theme/pull/37/files?w=1