|
You are here |
vasvir.wordpress.com | ||
| | | | |
nhigham.com
|
|
| | | | | I started using Emacs about 1990 but have been using it exclusively for just two years. Prior to that my main editor was TSE Pro - a fast, customizable Windows-only editor that evolved from a 1980s DOS editor called Qedit. The motivation for switching to Emacs was that I wanted to be able to work... | |
| | | | |
zproxy.wordpress.com
|
|
| | | | | Lunix Watt via Google+ 14 hours ago - Shared publicly I'm just furious. This means: 1. My efforts when I written code into Chrome Apps is lost. I spent enough time and hope on it to be profoundly disgusted. 2. The Dart workaround for Chrome Apps I written is now pointless. 3. We'll have hard... | |
| | | | |
songoftheassembly.wordpress.com
|
|
| | | | | It seems that my updates are turing into to quarterly. This was never my intention but it seems to be my reality as of late. However, there really wasn't too much to report until now. Which brings me to my title and the updates to the series. | |
| | | | |
hiepph.xyz
|
|
| | | 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... | ||