summaryrefslogtreecommitdiffstats
path: root/lisp/init-mac.el
Commit message (Collapse)AuthorAgeFilesLines
* mac: stop setting CLASSPATH from shellMartin Polden2022-06-231-2/+1
|
* mac: SimplifyMartin Polden2021-12-231-2/+3
|
* mac: Change default fontMartin Polden2021-12-121-1/+1
|
* mac: Make tilde symbol work in emacs-macMartin Polden2021-04-251-0/+1
|
* mac: Set SSH_AUTH_SOCK from shellMartin Polden2021-04-171-1/+2
|
* mac: Add variable for font sizeMartin Polden2021-03-211-1/+3
|
* all: Use lexical bindingMartin Polden2021-03-211-1/+1
|
* mac: Make font configurableMartin Polden2021-03-201-3/+4
|
* all: Fix documentationMartin Polden2021-03-161-0/+6
|
* mac: Set JAVA_HOME and CLASSPATH from shellMartin Polden2021-03-141-1/+2
|
* mac: Remove obsolete df workaroundMartin Polden2020-08-111-5/+0
|
* all: Let :ensure default to offMartin Polden2020-07-251-0/+1
| | | | Makes it easier to identify which packages are not bundled with Emacs.
* Use default split thresholdsMartin Polden2020-03-051-6/+1
|
* Re-add split thresholdsMartin Polden2020-01-221-1/+6
| | | | Required for expected split behaviour on large displays.
* Change fontMartin Polden2020-01-181-13/+4
| | | | JetBrains Mono is narrower than Input Mono, giving more horizontal space.
* Change font to InputMartin Polden2019-10-201-6/+6
|
* Adjust window splitting thresholdMartin Polden2019-09-301-5/+7
|
* Fix window splitting with Fira Code 2Martin Polden2019-09-201-5/+5
|
* Increase font sizeMartin Polden2019-09-161-1/+1
|
* Fix font setting with latest Fira Code fontMartin Polden2019-09-151-2/+2
|
* Remove ligaturesMartin Polden2018-06-051-45/+6
|
* Only enable auto-composition-mode in prog-modeMartin Polden2018-05-301-0/+7
|
* Increase split-height-thresholdMartin Polden2018-05-141-1/+1
|
* Make window splitting sensible againMartin Polden2018-05-141-1/+8
|
* Configure ligaturesMartin Polden2018-05-131-1/+33
|
* Use Fira Code fontMartin Polden2018-05-131-4/+4
|
* Set directory-free-space-programMartin Polden2017-12-081-1/+1
| | | | | dired-free-space-program is an alias that exists for backward compatibility and seems to be overwritten by files.el.
* Use GNU df on Mac when availableMartin Polden2017-10-041-0/+5
|
* Use GOPATH from shellMartin Polden2016-02-261-1/+2
|
* Use use-packageMartin Polden2016-02-251-2/+2
|
* Only set font if it existsMartin Polden2015-05-021-4/+6
|
* Revert "Set TMPDIR explicitly on OS X"Martin Polden2015-01-131-4/+0
| | | | This reverts commit cbdd65522df27de29dde9ada9b0da825f4f9e59a.
* Set TMPDIR explicitly on OS XMartin Polden2014-10-291-0/+4
| | | | | | TMPDIR defaults to a long path on OS X. This causes issues with ssh ControlPath when using Tramp with long hostnames. Fix it by setting TMPDIR to /tmp.
* Don't set font when running in terminalMartin Polden2014-06-151-2/+3
|
* Use PATH when checking for glsMartin Polden2014-06-141-3/+2
|
* Use GNU ls if available on darwinMartin Polden2014-06-131-0/+5
|
* Add binding for toggling fullscreenMartin Polden2014-03-211-0/+3
|
* Use old-style fullscreen on OS XMartin Polden2014-03-211-0/+3
|
* Remove duplicated settingMartin Polden2014-03-211-2/+1
|
* Check for OS X at top-level (init.el)Martin Polden2014-03-211-25/+23
|
* Fix condition scope in init-macMartin Polden2014-03-181-2/+2
|
* Split up config into multiple filesMartin Polden2014-03-141-0/+32