Explore >> Select a destination


You are here

olddeuteronomy.github.io
| | hiepph.xyz
3.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...
| | ljwrites.blog
3.4 parsecs away

Travel
| | The true gift of Emacs may be the ability to make it your own in every sense.
| | bnbeckwith.com
3.5 parsecs away

Travel
| | [AI summary] A guide on using Emacs's built-in documentation to find existing functionality for opening files in separate windows rather than creating custom wrappers.
| | www.danielallington.net
30.4 parsecs away

Travel
| [AI summary] The discussion revolves around the use of LaTeX for writing and typesetting, with a focus on its strengths and weaknesses. Key points include the readability of LaTeX code versus text, the role of LaTeX in scientific publishing, and the debate over whether LaTeX is suitable for writing prose. Some users argue that LaTeX is more efficient for complex formatting and typesetting, especially in academic contexts, while others find it cumbersome for everyday writing tasks. The conversation highlights the importance of choosing the right tool for the task, with LaTeX being particularly well-suited for specific needs like mathematical notation and document structure, but not necessarily for general writing. There is also a mention of the challenges of ...