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/
./fg42^
fg42
fonts/
fonts/
project-config/

View File

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

View File

@ -3,7 +3,7 @@
;;; Code:
(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.")
(defvar __project-name__ nil