Some bug fixed in installer

This commit is contained in:
Sameer Rahmani 2012-01-21 18:27:03 +03:30
parent 729aeeae10
commit 3fc5fd8166
5 changed files with 5 additions and 5 deletions

View File

@ -42,9 +42,9 @@
;; If there is more than one, they won't work right.
'(c-plugin nil)
;'(color-theme-selection "Arjen" nil (color-theme_seldefcustom))
'(developer-email "lxsameer@gnu.org")
'(developer-name "Sameer Rahmani")
'(kuso-workspace "/home/lxsameer/src/")
'(developer-email "--EMAIL--")
'(developer-name "--FULLNAME--")
'(kuso-workspace "--WORKSPACE--")
'(face-font-family-alternatives (quote (("courier" "Monospace" "fixed") ("courier" "CMU Typewriter Text" "fixed") ("Sans Serif" "helv" "helvetica" "arial" "fixed") ("helv" "helvetica" "arial" "fixed"))))
'(inhibit-startup-screen t)
'(rng-nxml-auto-validate-flag nil))
@ -67,7 +67,7 @@
(local-file (file-relative-name
temp-file
(file-name-directory buffer-file-name))))
(list "/home/lxsameer/.kuso.d/pyemacs.sh" (list local-file))))
(list "--ADDR--/pyemacs.sh" (list local-file))))
(add-to-list 'flymake-allowed-file-name-masks
'("\\.py$" flymake-pyflakes-init)))
@ -131,7 +131,7 @@
(other . "linux")))
;; KUSO configuration ------------------------------------------------------------
(load-file "/home/lxsameer/src/kuso-ide/src/kuso-ide.el")
(load-file "--KUSOHOME--/src/kuso-ide.el")
(kuso-mode)
;; General configuration ---------------------------------------------------------

Binary file not shown.

Binary file not shown.

Binary file not shown.