We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082f3e7 commit 18e1107Copy full SHA for 18e1107
.emacs~
@@ -0,0 +1 @@
1
+https://github.com/artv3/scripts.git
emacs
@@ -0,0 +1,4 @@
+(setq-default indent-tabs-mode nil)
2
+(setq default-tab-width 2)
3
+
4
+(define-key global-map "\M-p" 'pop-tag-mark)
maketags
@@ -0,0 +1,3 @@
+tags:
+ find . -name '*.cpp' -exec etags -a {} \;
+ find . -name '*.hpp' -exec etags -a {} \;
0 commit comments