Explore >> Select a destination


You are here

ljwrites.blog
| | vxlabs.com
3.9 parsecs away

Travel
| | The language server protocol was proposed by Microsoft as a way for different editors and development environments to share language analysis backends This post describes how to configure Emacs, lsp-mode and the palantir python-language-server for improved code intelligence when working on Python projects. (I'm planning a companion post for Emacs, C++ and the cquery language server.) Goal Before starting, it is motivating to see what we are working towards. With a correctly configured setup, Emacs will s...
| | olddeuteronomy.github.io
2.2 parsecs away

Travel
| | Making a multiplatform Emacs configuration
| | yiming.dev
2.5 parsecs away

Travel
| |
| | brianreiter.org
18.5 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...