first working setup

This commit is contained in:
Sameer Rahmani 2015-05-15 16:19:59 +04:30
parent ae5aabaf9d
commit fb46b61f90
3 changed files with 15 additions and 1 deletions

10
Cask
View File

@ -1,10 +1,18 @@
(source gnu)
(source melpa)
(source "kuso" "http://repo.kuso.lxsameer.com/packages")
; TODO: Check these packages
; and move them to related kuso
; plugin
(package "FG42" "1.0.0" "Ultimate Emacs based IDE for true believers.")
; TODO: Use packages in Medusa as soon as it get ready
(depends-on "FG42-Core" :git "https://github.com/FG42/FG42-Core.git" :branch "master")
(depends-on "cask")
(development
(depends-on "FG42-Core" )
)
;(depends-on "bind-key")
;(depends-on "cask")
;(depends-on "dash")

4
fg42 Executable file
View File

@ -0,0 +1,4 @@
#! /bin/sh
#emacs -Q --no-splash --name FG42 --title FG42 -q -l /home/lxsameer/src/FG42/FG42/fg42-config.el "$@"
emacs -l /home/lxsameer/src/FG42/FG42/fg42-config.el "$@"

2
fg42-config.el Normal file
View File

@ -0,0 +1,2 @@
(require 'cask "~/.cask/cask.el")
(cask-initialize "/home/lxsameer/src/FG42/FG42/")