merge

 

File modified: bin/setenv.sh bin/start.sh

Change311 at Sun Jul 04 06:51:16 2010 +0200 by Ivan Kanis <ivan@mac.foo>

diff -r 1f0608dab258 -r 408b05eb38ad lisp/emacs.d/ivan-start.el
--- a/lisp/emacs.d/ivan-start.el	Sun May 23 19:22:24 2010 +0200
+++ b/lisp/emacs.d/ivan-start.el	Sun Jul 04 06:51:16 2010 +0200
@@ -22,9 +22,14 @@
 ;; Turn on windmove
 (windmove-default-keybindings)
 
+;; put etags information in bookmark
+(defun ivan-etags-bookmark ()
+  (bookmark-set tagname))
+
+(add-hook 'find-tag-hook 'ivan-etags-bookmark)
+
 ;; Copyright (C) 2007 Ivan Kanis
 ;; Author: Ivan Kanis
-;; 
 ;;
 ;; This program is free software ; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by


back