Browse Source

add TODO for tags

Josh Bicking 7 năm trước cách đây
mục cha
commit
11f9314497
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: ")