netzstaub

beatz & funkz

Friday, March 4, 2005

Heutige Tipps

Damit ich das hier bloss nicht vergesse:

  • Automatisches Indenting fuer spezielle Lispfunktionen. Entweder Zeile in die .emacs packen, oder als automatische Variable in das Lisp-File selber packen. Wenn der Emacs das File laedt fragt er dann ob der Code ausfuehren soll. Also, in .emacs:

    (put 'html-search 'lisp-indent-function 1)
    

    In dem Lisp-File:

    ;;; Local Variables:
    ;;; eval: (put 'html-search 'lisp-indent-function 1)
    ;;; End:
    
  • DVDs brenn0rn unter Linux (danke Neingeist):
    growisofs -use-the-force-luke -Z /dev/scd0 -R -J $dirs
posted by manuel at 11:23 am  

No Comments »

No comments yet.

RSS feed for comments on this post.

Leave a comment

Powered by WordPress