chemacs icon indicating copy to clipboard operation
chemacs copied to clipboard

spacemacs

Open olivier-klein opened this issue 5 years ago • 2 comments

Hello, I was looking today into this nice piece of emacsen work, that I find potentially very useful. Currently I tried to have default and spacemacs living side by side. Default config works like a charm, but I am having conflict with the .emacs content. At the moment the .emacs is a copy of the chemacs. When running in spacemacs mode it complains about the content:

An error occurred while loading ‘.emacs’: File is missing: Cannot open load file, No file or directory of this type, evil To ensure normal operation, you should investigate and remove the cause of the error in your initialization file.

olivier-klein avatar Jul 30 '19 18:07 olivier-klein

Sorry, for the misleading post. It turns out that my difficulty had nothing to do with .emacs, but it comes from a bug using emacs 26.2 which has difficulty to upload elpa repository Problem solved by adding the following line in spacemacs/init.el (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") Both default and spacemacs are now working side by side :-)

olivier-klein avatar Jul 30 '19 18:07 olivier-klein

Glad you figured it out!

On Tue, Jul 30, 2019, 20:51 Olivier KLEIN [email protected] wrote:

Sorry, for the misleading post. It turns out that my difficulty had nothing to do with .emacs, but it comes from a bug using emacs 26.2 which has difficulty to upload elpa repository Problem solved by adding the following line in spacemacs/init.el (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") Both default and spacemacs are now working side by side :-)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/plexus/chemacs/issues/17?email_source=notifications&email_token=AAAH3VGSNH2BWSSRRRESG4LQCCESLA5CNFSM4IH7DBDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3E6E4Y#issuecomment-516547187, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAH3VHF4ZXFCPOSY2NUBTDQCCESLANCNFSM4IH7DBDA .

plexus avatar Jul 31 '19 06:07 plexus