Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Favorite Hacks in Emacs

by jplindstrom (Monsignor)
on May 13, 2009 at 14:25 UTC ( [id://763773]=note: print w/replies, xml ) Need Help??


in reply to Favorite Hacks in Emacs

Libs

  • org-mode
  • ediff-buffers / ediff-regions-linewise (bet you didn't know about the last one)
  • SVN integration, with ediff (awesome)
  • Keyboard macros
  • PerlySense <-- on top of cperl-mode
  • project-root
  • sql-mysql - buffer
  • yasnippet

Snippets:

;; Display trailing whitespace (use a very very light color) (defun my-turn-on-show-trailing-whitespace () "Set `show-trailing-whitespace' to t." (setq show-trailing-whitespace t)) (mapc (lambda (hook) (add-hook hook 'my-turn-on-show-trailing-whitespace)) '(cperl-mode-hook))

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://763773]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-20 01:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found