Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some problems: #38

Closed
xircon opened this issue Nov 24, 2018 · 3 comments
Closed

Some problems: #38

xircon opened this issue Nov 24, 2018 · 3 comments
Labels

Comments

@xircon
Copy link

xircon commented Nov 24, 2018

Using chemacs (https://github.com/plexus/chemacs) to test out different configurations and I am getting some weird problems.

  • I added some code to custom.el:
(set-face-foreground 'font-lock-comment-face  "Purple")
(set-face-attribute 'font-lock-comment-face nil :bold t)
(set-face-background 'region "Dark blue")
(set-face-background 'mode-line "red") ;; << This line is just to test I wasn't going mad :D

It doesn't load, but it works if I evaluate the code in the scratch buffer.

  • Tried to turn on the dashboard per instructions - it never turns on.

  • I get a weird message on shut down

Current desktop was not loaded from a file. Overwrite this desktop file? (y or n)

Have to enter "y" to quit.

Other than that, love what you have done it is so organized :D

I launch Emacs with:

emacs --with-profile centaur &> /dev/null &

I cloned centaur to ~/.centaur.d
I have checked and the emacs user directory is set correctly and anyway everything else seems to run OK so far.

@xircon xircon changed the title Com Some problems: Nov 24, 2018
@seagle0128
Copy link
Owner

(set-face-foreground 'font-lock-comment-face "Purple")
(set-face-attribute 'font-lock-comment-face nil :bold t)
(set-face-background 'region "Dark blue")
(set-face-background 'mode-line "red") ;; << This line is just to test I wasn't going mad :D

You should add these codes in custom-post.el or in after-load-theme-hook.

Tried to turn on the dashboard per instructions - it never turns on.
(setq centaur-dashboard t) should work.

Current desktop was not loaded from a file. Overwrite this desktop file? (y or n)
Update the configurations and try again. It was addressed already.

@seagle0128
Copy link
Owner

Do you still have questions or issues? I'd like close it since there is no update recently.

@xircon
Copy link
Author

xircon commented Dec 10, 2018

Apologies, been moving house and it took forever to get connected to the internet.

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants