Does anyone know what theme he's using?
Emacs Is My New Window Manager
161–166 of 166 posts
Re: Emacs Is My New Window Manager
#162Re: Emacs Is My New Window Manager
#163I'm a vim guy, but I've been wanting to try emacs for a long time. Any tip for a convert like me? Is the "trick" just to make the jump and persist until it clicks? How do I still get my job done in the mean time?
Try Spacemacs: https://github.com/syl20bnr/spacemacs Being a Vim user of 4+ years, and having made 2 previous attempts at switching to Emacs, this is the setup that finally made me immediately productive enough to get work done. Been using this as my primary environment for more than a month now.
Amongst many other changes I've remapped the spacebar (while in normal mode) to send a C-x, colon (:) to send a M-x, so I have access to a ton of emacs commands while mainly just using vim.
Re: Emacs Is My New Window Manager
#164Earlier quoted context omitted.
Which I bind to f6 for convenience.
I've never understood claims that function keys are convenient, but I guess it's because I don't use them that much.
And it is a little worse on the kinesis, as the function keys are not the same quality as the rest of the keys.
Re: Emacs Is My New Window Manager
#165No bad for a first try, but my goal is cat /proc/cmdline initrd=/install/initrd.gz quiet init=/usr/bin/emacs
Re: Emacs Is My New Window Manager
#166Earlier quoted context omitted.
Looking at his user info, it looks like this might be it: https://github.com/julienchastang/dotemacs/blob/master/setti... It looks like it's meant to be included directly as a config file, which seems like deep magic to me. :-)
@math0ne @gknoy Sorry for answering late: https://github.com/julienchastang/dotemacs You'll need tangle/babel ➜ .emacs.d cat init.el (package-initialize) (require 'cl) (require 'ob-tangle) (org-babel-load-file "~/git/dotemacs/settings.org") https://github.com/julienchastang/vagrant (still a work in progress)