Bryce

Results 93 comments of Bryce

Yep. Just clarifying the usage statement could be a small improvement. Changing to "List packages" rather than "list installed packages" is another alternative, if the default is to list all...

In my about:config, **_browser.toolbars.bookmarks.visibility_** is set to **newtab**. Reverting this to **always** produces the expected behaviour _for that setting_ (always show the toolbar), and then closing about:config and using the...

However, using the _Firefox Home_ new tab page produces the expected behaviour for New Tabs and the Bookmarks Toolbar visibility settings.

### `spacemacs/insert-keybinding-org` We can use the interactive command, `spacemacs/insert-keybinding-org`, called with , i K to produce the tags that we need for the rendered README on GitHub. We don't need...

This is why, basically: λ tree -a -d -L 2 ~ . ├── .emacs.doom.d ;; 👀👀👀 ├── .emacs.d ;; Where Chemacs lives ├── .emacs.gnu.d ;; GNU Emacs └── .spacemacs.d ;;...

> question: why do we need to make changes? > does chemacs's instructions on Spacemacs stopped working? See the name of this PR and my second comment in the conversation...

> have you tried this without chemacs? I haven't, but Chemacs is not required. Without Chemacs, the environment variable must be set in the user's shell. If the environment variable...

> have you tried this without chemacs? With Spacemacs/Emacs living in `~/.emacs.d`, this works: ```sh SPACEMACS_INIT_FILE_NAME="config" emacs ``` With a symbolic link from `~/.emacs.d` to `~/.spacemacs.d`, this works: ```sh SPACEMACSDIR="/Users/bryce/.spacemacs.d"...

> Emacs 29 now support `--init-directory` option which makes chemacs no longer necessary. > See https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=8eaf04de83 > Given this is this PR still relevant? > As explained, the presence of...

> setting the "Ambiguous Width Characters" option to "Narrow" in the terminal This worked for me with GNOME Terminal and the HEAD of spt as of this posting.