Small bug has been fixed in project configuration

This commit is contained in:
Sameer Rahmani 2018-03-22 17:21:20 +00:00
parent 15842112ea
commit 2a5a7302dc
3 changed files with 4 additions and 5 deletions

3
.gitignore vendored
View File

@ -9,4 +9,5 @@ lib/magic-buffer.el
assets/ assets/
./fg42^ ./fg42^
fg42 fg42
fonts/ fonts/
project-config/

View File

@ -306,9 +306,7 @@
(ability emoji () (ability emoji ()
"Adds support for emoji support in FG42. (github style)" "Adds support for emoji support in FG42. (github style)"
(require 'emojify) (require 'emojify)
(add-hook 'after-init-hook #'global-emojify-mode) (add-hook 'after-init-hook #'global-emojify-mode))
(message "mmmmmmmmmmmmmmmmmmmmmmm"))
;; Backup files --------------------------------------------- ;; Backup files ---------------------------------------------
;; Put them in one nice place if possible ;; Put them in one nice place if possible

View File

@ -3,7 +3,7 @@
;;; Code: ;;; Code:
(require 'seq) (require 'seq)
(defvar project-config-dir "~/.fg42/project-config/" (defvar project-config-dir "~/.fg42/project-config"
"This variable contains the path to the projects global configurations.") "This variable contains the path to the projects global configurations.")
(defvar __project-name__ nil (defvar __project-name__ nil