source tree changed

This commit is contained in:
Sameer Rahmani 2010-12-23 09:14:53 +03:30
parent 9b2613950e
commit e8d3bfb120
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
;; Shitty - My personal emacs IDE configuration
;; Copyright (C) 2010 Sameer Rahmani <lxsameer@gnu.org>
;;
;; 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
;; the Free Software Foundation, either version 3 of the License, or
;; any later version.
;;
;; This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
(defun shitty-mode (active)
"A peace of shit configuration that tune emacs to be easier to develop with it."
(interactive "n")
(if (= active 1)
;; if
(progn
()
)
)