Skip to content

Commit 18e1107

Browse files
author
Vargas
committed
addeds emacs + tags configuration
1 parent 082f3e7 commit 18e1107

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.emacs~

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/artv3/scripts.git

emacs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(setq-default indent-tabs-mode nil)
2+
(setq default-tab-width 2)
3+
4+
(define-key global-map "\M-p" 'pop-tag-mark)

maketags

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tags:
2+
find . -name '*.cpp' -exec etags -a {} \;
3+
find . -name '*.hpp' -exec etags -a {} \;

0 commit comments

Comments
 (0)