initial commit

This commit is contained in:
Sameer Rahmani 2010-12-22 16:17:37 +03:30
commit f03556ffad
2 changed files with 45 additions and 0 deletions

20
.hgignore Executable file
View File

@ -0,0 +1,20 @@
.pydevproject
.pida-metadata
.pida-metadata/python/*
.pida-metadata/*
.project
dina.logs
db.devdb
.DS_Store
syntax: glob
.cache/
*.pyc
*~
.settings/*
*Thumbs.db
*.swp
*.kpf
*.log
*.e4p
*.wpr
data/*

25
shitty.el Normal file
View File

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