Skip to content
View aoba17's full-sized avatar
  • Japan

Block or report aoba17

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. aoba17.github.io aoba17.github.io Public

    Clojure

  2. my-dotfiles my-dotfiles Public archive

    Emacs Lisp

  3. my-playbooks my-playbooks Public

    Python

  4. TreemacsからQuickLookを呼び出す TreemacsからQuickLookを呼び出す
    1
    (defun quick-look-dwim()
    2
          (interactive)
    3
          (call-process-shell-command
    4
           (format "qlmanage %s -p  &>/dev/null"
    5
                   (treemacs--nearest-path (treemacs-current-button)))