Tags: osx*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Fix meta-u, meta-n, meta-i, meta-e, meta-`
    2017-11-16 Tags: , , , by klotz
  2. I use plain Inconsolata. From my emacs.d/init.el:

    (set-face-attribute 'default nil
    :family "Inconsolata" :height (case system-type
    ('gnu/linux 130)
    ('darwin 145)) :weight 'normal)
    If you're only running on OSX, you can simplify that to

    (set-face-attribute 'default nil
    :family "Inconsolata" :height 145 :weight 'normal)
    shareimprove this answer
    answered Nov 15 '11 at 19:34

    Joost Diepenmaat
    15.1k33147
        
    The value of :height is the font size in 1:10 pts. So for a 14.5 pt font, the value of :height should be 145. For a 13 pt font, the value of :height is 130, et cetera. – Steve HHH Jan 29 '15 at 17:56
    2017-09-19 Tags: , , by klotz
  3. You can fix the problem on Mac OS X Mavericks and Yosemite by doing the following:

    cd ~/.matplotlib/
    fc-list # Should take a couple minutes.
    After fc-list finishes running you will be able to import the package using import matplotlib.pyplot as plt.
    2017-07-29 Tags: , , , by klotz
  4. Type in ~/Library/Spelling
    Go to the file "LocalDictionary" and open with textedit
    Delete custom words in the dictionary.
    2017-06-06 Tags: , , , by klotz
  5. sshfs devbox:/ devbox -o cache=no -o nolocalcaches -ovolname=ssh


    Uninstallation

    SSHFS does not come with an uninstaller. To manually remove SSHFS run the following commands in Terminal:

    sudo rm /usr/local/bin/sshfs
    sudo rm /usr/local/share/man/man1/sshfs.1
    sudo pkgutil --forget com.github.osxfuse.pkg.SSHFS
    2017-01-13 Tags: , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 5 of 0 SemanticScuttle - klotz.me: tagged with "osx"

About - Propulsed by SemanticScuttle