Author: Stefan ReichörStefan Reichör Date: Jan 12, 2008 12:17
;;; quick-task.el --- Execute common tasks quickly
;; Copyright (C) 2007-2008 by Stefan Reichoer
;; Author: Stefan Reichoer,
;; quick-task.el is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
;; quick-task.el is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Commentary:
;; quick-task.el provides several features to execute custom emacs functions
;; using very few keystrokes
;; For a function that is needed repeatedly, there is only one keystroke necessary!!
|