Giter VIP home page Giter VIP logo

Comments (3)

chimay avatar chimay commented on July 23, 2024

Strange, for what I know of use-package, it calls the require line. I shall investigate; thanks for reporting !

from torus.

chimay avatar chimay commented on July 23, 2024

All right, it seems to happen because use-package tend to autoload functions
For the time being, add :demand to your declaration and it should be fine.

Here is my declaration:

(use-package torus
  :demand
  :bind-keymap ("s-t" . torus-map)
  :bind
  (("<S-s-insert>" . torus-add-circle)
   ("<s-insert>" . torus-add-location)
   ("<s-delete>" . torus-delete-location)
   ("<S-s-delete>" . torus-delete-circle)
   ("<C-prior>" . torus-previous-location)
   ("<C-next>" . torus-next-location)
   ("<C-home>" . torus-previous-circle)
   ("<C-end>" . torus-next-circle)
   ("<S-prior>" . torus-history-newer)
   ("<S-next>" . torus-history-older)
   ("C-^" . torus-alternate)
   ("<S-home>" . torus-alternate-circles)
   ("<S-end>" . torus-alternate-in-same-circle)
   ("s-SPC" . torus-switch-circle)
   ("s-=" . torus-switch-location)
   ("s-^" . torus-switch-torus)
   ("s-*" . torus-search)
   ("s-/" . torus-search-history)
   :map torus-map
   ("t" . torus-copy-to-circle))
  :custom
  ((torus-prefix-key "s-t")
   (torus-binding-level 3)
   (torus-verbosity 2)
   (torus-dirname "~/racine/plugin/data/torus")
   (torus-load-on-startup t)
   (torus-save-on-exit t)
   (torus-autoread-file "~/racine/plugin/data/torus/dernier")
   (torus-autowrite-file torus-autoread-file)
   (torus-history-maximum-elements 30)
   (torus-maximum-horizontal-split 3)
   (torus-maximum-vertical-split 4)
   (torus-prefix-separator " : ")
   (torus-join-separator " - "))
  :config
  (torus-init)
  (torus-install-default-bindings))

from torus.

WorldsEndless avatar WorldsEndless commented on July 23, 2024

from torus.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.