Skip to content

Commit

Permalink
emacs: use Emacs+
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Nov 14, 2024
1 parent 372f3aa commit cffd098
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

[![CI](https://github.com/tkareine/dotfiles/workflows/CI/badge.svg)][dotfiles-CI]

My public configuration for selected command line tools, in order to
synchronize them to computers I work with.
Here is my public configuration for selected command line tools. I
checkout this repository to computers I work with.

The dotfiles focus on [GNU Bash] with the goal of having the shell
user-friendly enough to use, but without having extra functionality that
would hinder either the shell's start-up or prompt displaying time. I do
most of my programming and file editing in Mitsuharu Yamamoto's [Emacs
macOS port] (see [my .emacs.d], separate from this repository) or in
[IntelliJ IDEA]; using rich IDEs is another reason for the rather
bare-bones shell setup I prefer.
most of my programming and file editing in [Emacs] (see [my .emacs.d],
separate from this repository) or in [IntelliJ IDEA]; using rich IDEs is
another reason for the rather bare-bones shell setup I prefer.

I mainly use macOS, so the tools are optimized for that
environment. Rudimentary support for Linux is in place, however, since I
Expand Down Expand Up @@ -129,7 +128,7 @@ sudo bash -c "echo $(brew --prefix)/bin/bash >> /etc/shells"
chsh -s "$(brew --prefix)/bin/bash"
```

[Emacs macOS port]: https://bitbucket.org/mituharu/emacs-mac/src/master/
[Emacs]: https://www.gnu.org/software/emacs/
[GNU Bash]: https://www.gnu.org/software/bash/
[GNU Global]: https://www.gnu.org/software/global/
[Homebrew install]: https://docs.brew.sh/Installation
Expand Down
2 changes: 1 addition & 1 deletion bin/emacs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

bin=$(brew --prefix emacs-mac)/Emacs.app/Contents/MacOS/Emacs
bin=$(brew --prefix emacs-plus)/Emacs.app/Contents/MacOS/Emacs

if [[ ! -x $bin ]]; then
echo "Emacs not found from $bin" >&2
Expand Down

0 comments on commit cffd098

Please sign in to comment.