source tree changed

This commit is contained in:
Sameer Rahmani 2010-12-23 09:14:14 +03:30
parent f03556ffad
commit 9b2613950e
2 changed files with 27 additions and 0 deletions

View File

@ -14,6 +14,7 @@
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(defun shitty-mode (active) (defun shitty-mode (active)
"A peace of shit configuration that tune emacs to be easier to develop with it." "A peace of shit configuration that tune emacs to be easier to develop with it."
(interactive "n") (interactive "n")

26
src/shitty.el Normal file
View File

@ -0,0 +1,26 @@
;; 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
()
)
)