/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

srijan.ch
| | ljwrites.blog
1.8 parsecs away

Travel
| | The true gift of Emacs may be the ability to make it your own in every sense.
| | hiepph.xyz
0.9 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...
| | jao.io
3.2 parsecs away

Travel
| | [AI summary] The author shares an Emacs configuration guide for using the ace-window package to navigate between frames efficiently.
| | blog.jak-linux.org
30.8 parsecs away

Travel
| I'm currently working on a rewrite of debian-cd in Python. Although there is already deb-imgs-gen, I decided to start from scratch, because deb-imgs-gen is more than 1 year old. debimg's main features are Speed debimg should be able to build netinst disks in less than 20 seconds Free Software This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.