Earlier quoted context omitted.
The fact that I cannot use `space` as a direction/movement key in spacemacs is a non-starter for me. I'd have more luck just learning Emacs's keybindings at that point.
at least for me, it feels like i have to change my whole workflow to match spacemacs, instead of being the other way around (i, being able to easily config spacemacs to match my current vim workflow). it honestly felt really backwards to use spacemacs after ~10y of vim usage. i would prefer to learn plain emacs + evil mode instead.
Org Mode for Emacs – Your Life in Plain Text
141–150 of 212 posts
Re: Org Mode for Emacs – Your Life in Plain Text
#142Earlier quoted context omitted.
Any vim user, try this: 1. brew install emacs, apt-get install emacs, or pkg add emacs 2. vim ~/.emacs 3. paste the following, verbatim. Don't bother reading it: (require 'package) ;; You might already have this line (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (when ( 4. :wq 5. Open emacs 6. Press escape, then "x", then enter. Now type package-install and press enter. 7. Type evil-mode…
> These are called "M-x" in emacs parlance. And if you use the GUI version of emacs, you can use alt-x instead of pressing escape then x. It's much easier, but doesn't seem to work in the terminal. That works in all my terminals — I suspect something's awry with your settings. One issue is that if you use gnome-terminal under Ubuntu, I think by default it steals alt for its own menus. There's a setting to disable tha…
Re: Org Mode for Emacs – Your Life in Plain Text
#143I really like org-mode and used it heavily for about a year. But I found having my todo list on a single computer pretty limiting. Thankfully, there's a new generation of org-mode inspired cloud apps: * https://workflowy.com/ -- the most mature app * https://www.moo.do -- really nice Google Apps integration * https://checkvist.com/ -- extremely feature rich I'm really excited by these tools. I feel like org-mode has…
Save your org-mode files to a dropbox directory or commit to a git repo to sync across multpile computers
Re: Org Mode for Emacs – Your Life in Plain Text
#144It is a personal organizer, and the beginning of a platform to change how individuals (or mankind) manage knowledge overall.
(Now with an improved web site.)
Feedback welcome!!
Re: Org Mode for Emacs – Your Life in Plain Text
#145Earlier quoted context omitted.
Or for anyone that is more open-minded, yet worried about the learning curve of switching from vim to emacs: http://spacemacs.org/
I switched to Spacemacs from Vim a few months ago and I'm probably never going back to Vim. I didn't notice any difference between Evil mode and actual Vim. Took me a week or two to learn the Emacs and Spacemacs specific things before I was comfortable using as my primary editor.
Re: Org Mode for Emacs – Your Life in Plain Text
#146Earlier quoted context omitted.
I switched to Spacemacs from Vim a few months ago and I'm probably never going back to Vim. I didn't notice any difference between Evil mode and actual Vim. Took me a week or two to learn the Emacs and Spacemacs specific things before I was comfortable using as my primary editor.
The fact that I cannot use `space` as a direction/movement key in spacemacs is a non-starter for me. I'd have more luck just learning Emacs's keybindings at that point.
Re: Org Mode for Emacs – Your Life in Plain Text
#147Earlier quoted context omitted.
My theory is that HN loves Emacs because HN loves Lisp.
I'm an anecdatum that did, in fact, learn Emacs b/c of Lisp. B/c of HN. B/c of PG...and strangely enough, I've been working on my emacs skillz all day.
Re: Org Mode for Emacs – Your Life in Plain Text
#148Earlier quoted context omitted.
For anyone trying not to make the same terrible mistake, you have vim-orgmode: https://github.com/jceb/vim-orgmode
Or for anyone that is more open-minded, yet worried about the learning curve of switching from vim to emacs: http://spacemacs.org/
Re: Org Mode for Emacs – Your Life in Plain Text
#149Re: Org Mode for Emacs – Your Life in Plain Text
#150Earlier quoted context omitted.
Or for anyone that is more open-minded, yet worried about the learning curve of switching from vim to emacs: http://spacemacs.org/
I started using spacemacs (without evil) a few months ago and before that I was using a customized emacs. Spacemacs improves the user experience with their package management approach (it kicks much ass). Not only that but the c-c++-mode is almost as good as what I had configured and it took 5 minutes to configure instead many days. The version of which-key, magit and org-mode provided by spacemacs is better than wha…