/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.aaronbieber.com
| | nikhilsoni.me
2.5 parsecs away

Travel
| | [AI summary] This article guides users through transitioning from VSCode or Atom to Emacs, focusing on setting up essential functionalities and key bindings to replicate the experience of their previous editors.
| | hiepph.xyz
2.6 parsecs away

Travel
| | My ~/.emacs.d configuration used to be a mess. For example, here are 2 old configurations for IDO and sidebar neotree. ;; ### IDO ##### (require 'ido) ;; enable IDO (ido-mode 1) (ido-everywhere 1) (ido-ubiquitous-mode 1) (setq ido-enable-flex-matching t) (setq ido-use-filename-at-point nil) (setq ido-auto-merge-work-directories-length -1) (setq ido-use-virtual-buffers t) ;; Shows a list of buffers (global-set-key (kbd "C-x C-b") 'ibuffer) ;; #### Neo Tree ##### (require-package 'neotree) ;; Bind F8 to sh...
| | jrhawley.ca
3.2 parsecs away

Travel
| | As a long-time Vim user, it took me some time to figure out what emacs was an how to use it. I hope to make that transition a bit easier...
| | erick.navarro.io
26.1 parsecs away

Travel
| Having our emacs configuration in an org file is great, it allow us to have it more organized and easy to read, but org files have more features and one of them is the ability to be exported to different formats like HTML, PDF, markdown and so on. So what if we export our emacs configuration to HTML and then publish it in a website? It probably doesn't have any real utility but it would be nice to have a exclusive web page to show our emacs config to our friends :)