Explorar el Código

add TODO for tags

Josh Bicking hace 7 años
padre
commit
11f9314497
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      emacs.d/init.el

+ 1 - 0
emacs.d/init.el

@@ -104,6 +104,7 @@
 
 ;; Tags
 (defvar tags-generator (expand-file-name "ctags" user-emacs-directory))
+;; TODO different tags things for Windows and Linux
 (defun create-tags (dir-name)
   "Create tags file."
   (interactive "DDirectory: ")