[Freeswitch-svn] [commit] r13128 - freeswitch/trunk/support-d

FreeSWITCH SVN anthm at freeswitch.org
Wed Apr 22 21:04:36 PDT 2009


Author: anthm
Date: Wed Apr 22 23:04:36 2009
New Revision: 13128

Log:
add cool hise show to .emacs


Modified:
   freeswitch/trunk/support-d/.emacs

Modified: freeswitch/trunk/support-d/.emacs
==============================================================================
--- freeswitch/trunk/support-d/.emacs	(original)
+++ freeswitch/trunk/support-d/.emacs	Wed Apr 22 23:04:36 2009
@@ -27,6 +27,15 @@
 
 
 
+(add-hook 'c-mode-common-hook
+  (lambda()
+    (local-set-key (kbd "C-c <right>") 'hs-show-block)
+    (local-set-key (kbd "C-c <left>")  'hs-hide-block)
+    (local-set-key (kbd "C-c <up>")    'hs-hide-all)
+    (local-set-key (kbd "C-c <down>")  'hs-show-all)
+    (hs-minor-mode t)))
+
+
 ;; replace C-s with C-\ in a much more general way so that C-\ can be typed
 ;; for every instance of C-s. It is at such a low level that emacs even thinks
 ;; that you typed a C-s.  replace C-s with C-\  ,  globally



More information about the Freeswitch-svn mailing list