commit f03556ffad9a675fd4203b171597f95ec93db3ea Author: Sameer Rahmani Date: Wed Dec 22 16:17:37 2010 +0330 initial commit diff --git a/.hgignore b/.hgignore new file mode 100755 index 0000000..1350747 --- /dev/null +++ b/.hgignore @@ -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/* diff --git a/shitty.el b/shitty.el new file mode 100644 index 0000000..4375209 --- /dev/null +++ b/shitty.el @@ -0,0 +1,25 @@ +;; Shitty - My personal emacs IDE configuration +;; Copyright (C) 2010 Sameer Rahmani +;; +;; 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 . + +(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 + () + ) + ) \ No newline at end of file